We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c97cc commit 6ab0a0fCopy full SHA for 6ab0a0f
tests/test_process.py
@@ -674,7 +674,7 @@ def test_coverage_run_is_like_python_runme(self) -> None:
674
expected = self.run_command("python run_me.py")
675
actual = self.run_command("coverage run run_me.py")
676
self.assert_tryexecfile_output(expected, actual)
677
- 1/0 # See what the output looks like without safepath
+ #1/0 # See what the output looks like without safepath
678
679
def test_coverage_run_far_away_is_like_python(self) -> None:
680
with open(TRY_EXECFILE) as f:
0 commit comments