(tmp_path)
| 3064 | |
| 3065 | |
| 3066 | def test_debug_template_verbose_nodiff(tmp_path): |
| 3067 | # make sure --verbose does not change the output |
| 3068 | assert __test_debug_template(tmp_path, verbose=False) == __test_debug_template(tmp_path, verbose=True) |
| 3069 | |
| 3070 | |
| 3071 | def test_debug_template_debug(tmp_path): |
nothing calls this directly
no test coverage detected