Skip to content

Mocked Configuration supportΒ #403

@ForNeVeR

Description

@ForNeVeR

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions