Commit 6982a4f8 authored by Brett Cannon's avatar Brett Cannon

Merge

parents 6760c690 d04e417b
......@@ -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__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment