Dont maintain a configuration separate from that of the global config by using...
Dont maintain a configuration separate from that of the global config by using a module-scope global. This causes problems when the global config changes (the changes are not picked up here). This is typically an issue when running unit tests.
Showing
Please register or sign in to comment