We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd4a62 commit 40ce112Copy full SHA for 40ce112
test/helpers.py
@@ -44,7 +44,7 @@ def assert_equality(
44
this_dir = os.path.dirname(os.path.abspath(__file__))
45
with open(os.path.join(this_dir, filename), encoding="utf-8") as f:
46
reference = f.read()
47
- assert reference == code, _unidiff_output(reference, code)
+ assert reference == code, filename + "\n" + _unidiff_output(reference, code)
48
49
if assert_compilation:
50
plot()
0 commit comments