(self, names, expected)
| 1360 | ], |
| 1361 | ) |
| 1362 | def test_iter_rewritable_modules(self, names, expected) -> None: |
| 1363 | assert list(_iter_rewritable_modules(names)) == expected |
| 1364 | |
| 1365 | def test_add_cleanup(self, pytester: Pytester) -> None: |
| 1366 | config = Config.fromdictargs({}, []) |
nothing calls this directly
no test coverage detected