-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Currently Configuration is a global object, and it's very hard to mock it for specific test. We need to, eh, fix that situation. One example of trouble I want to solve is #402 (comment). We couldn't test the configuration properly because it's global and concurrent tests are redefining it all the way.
I'd like to be able to pass Configuration object explicitly to every plugin instance somehow.
After that, extract the pet-specific configuration from the general TestKitSpec.
rexim