(self)
| 27 | super().tearDown() |
| 28 | |
| 29 | def test_no_plugins(self): |
| 30 | available_plugins = set(discover_plugins()) |
| 31 | assert available_plugins == set() |
| 32 | |
| 33 | def test_file_plugins(self): |
| 34 | with pushd(self.plugins_root): |
nothing calls this directly
no test coverage detected