Merge
This commit is contained in:
commit
6982a4f8f0
|
@ -293,8 +293,9 @@ class DirectoryTestCase(ASTTestCase):
|
|||
print(f'Skipping {filename}: see issue 27921')
|
||||
continue
|
||||
|
||||
source = read_pyfile(filename)
|
||||
self.check_roundtrip(source)
|
||||
with self.subTest(filename=filename):
|
||||
source = read_pyfile(filename)
|
||||
self.check_roundtrip(source)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue