In #6075, we deactivated profiling for a number of tests using the _reconfigure() context manager. In the same function, we also set other config options. I think that we would benefit from having a means of (re)setting config options globally.
For this purpose, I propose an autouse fixture that (re)sets config options for all tests, which could be _reconfigure().
I am open to alternative ways of setting config options for all tests.
In #6075, we deactivated profiling for a number of tests using the
_reconfigure()context manager. In the same function, we also set other config options. I think that we would benefit from having a means of (re)setting config options globally.For this purpose, I propose an autouse fixture that (re)sets config options for all tests, which could be
_reconfigure().I am open to alternative ways of setting config options for all tests.