(test_settings)
| 131 | # have `test_settings` as a parameter in every test function! |
| 132 | @pytest.fixture(autouse=True) |
| 133 | def auto_set_global_settings(test_settings): |
| 134 | set_global(test_settings) |
| 135 | yield |
| 136 | |
| 137 | |
| 138 | @pytest.fixture(scope="session") |
nothing calls this directly
no test coverage detected
searching dependent graphs…