Skip to content

Commit f0211d6

Browse files
committed
docs: a note to ourselves about interpreting test failures
1 parent 6ab0a0f commit f0211d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tests/test_process.py

+1
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def assert_tryexecfile_output(self, expected: str, actual: str) -> None:
666666
"""
667667
# First, is this even credible try_execfile.py output?
668668
assert '"DATA": "xyzzy"' in actual
669+
# If this fails, "+" is actual, and "-" is expected
669670
assert actual == expected
670671

671672
def test_coverage_run_is_like_python_runme(self) -> None:

0 commit comments

Comments
 (0)