diff --git a/testing/test_assertrewrite.py b/testing/test_assertrewrite.py index 2c0b278c6..3bf184875 100644 --- a/testing/test_assertrewrite.py +++ b/testing/test_assertrewrite.py @@ -1761,6 +1761,7 @@ class TestPyCacheDir: # test file: rewritten, custom pytest cache tag test_foo_pyc = get_cache_dir(test_foo) / ("test_foo" + PYC_TAIL) + print(f"** test pyc: {test_foo_pyc}") assert test_foo_pyc.is_file() assert 0, "lets fail on purpose to see paths in all platforms"