(tmp_path)
| 3069 | |
| 3070 | |
| 3071 | def test_debug_template_debug(tmp_path): |
| 3072 | __test_debug_template(tmp_path, debug=True) |
| 3073 | |
| 3074 | |
| 3075 | @pytest.mark.xfail(strict=True) # TODO: remove dependency on --verbose |
nothing calls this directly
no test coverage detected