- all the tests that are getting their config settings from `trac.test.EnvironmentStub` are now insulated from the global trac.ini.
- the `trac.tests.config` tests are also insulated
- ... but there are remaining uses of Configuration in other tests that have not yet been insulated from the presence of a global trac.ini
Related to #3700.