mirror of https://github.com/python/cpython
tests: use subTest in test_unparse.test_files
This commit is contained in:
parent
feea6e7bcf
commit
d04e417b1e
|
@ -293,6 +293,7 @@ class DirectoryTestCase(ASTTestCase):
|
||||||
print(f'Skipping {filename}: see issue 27921')
|
print(f'Skipping {filename}: see issue 27921')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
with self.subTest(filename=filename):
|
||||||
source = read_pyfile(filename)
|
source = read_pyfile(filename)
|
||||||
self.check_roundtrip(source)
|
self.check_roundtrip(source)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue