We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afc578 commit f9da4c2Copy full SHA for f9da4c2
tests/test_plugin.py
@@ -32,5 +32,5 @@ def test_plugin(tmp_pathplus: PathPlus, file_regression: FileRegressionFixture):
32
cov.erase()
33
34
buf = output.getvalue().replace(tests.demo_code.__file__, "demo_code.py")
35
- buf = buf.replace(os.path.altsep or os.path.sep, os.path.sep)
+ buf = buf.replace(os.path.sep, os.path.altsep or os.path.sep)
36
check_file_regression(buf, file_regression)
0 commit comments