(module)
| 37 | |
| 38 | |
| 39 | def teardown_module(module): |
| 40 | sys.argv.remove("--cli") |
| 41 | for f in TEST_SOURCE_FILES: |
| 42 | dump_remove(f) |
| 43 | |
| 44 | # Build system test dumps are cleaned up individually in each test method |
| 45 | |
| 46 | |
| 47 | def test_1_bad_time_bits(capsys): |
nothing calls this directly
no test coverage detected