[console_scripts]
run-contexts = contexts.__main__:cmd

[contexts.plugins]
ArgvForwarder = contexts.plugins.argv_forwarder:ArgvForwarder
AssertionRewritingImporter = contexts.plugins.importing.assertion_rewriting:AssertionRewritingImporter
Colouriser = contexts.plugins.reporting.cli:Colouriser
CommandLineSupplier = contexts.plugins.test_target_suppliers:CommandLineSupplier
DecoratorBasedIdentifier = contexts.plugins.identification.decorators:DecoratorBasedIdentifier
DotsReporter = contexts.plugins.reporting.cli:DotsReporter
ExitCodeReporter = contexts.plugins.reporting:ExitCodeReporter
FailuresOnlyAfter = contexts.plugins.reporting.cli:FailuresOnlyAfter
FailuresOnlyBefore = contexts.plugins.reporting.cli:FailuresOnlyBefore
FailuresOnlyMaster = contexts.plugins.reporting.cli:FailuresOnlyMaster
FileSpecIdentifier = contexts.plugins.identification.filespec:FileSpecIdentifier
FinalCountsReporter = contexts.plugins.reporting.cli:FinalCountsReporter
Importer = contexts.plugins.importing:Importer
NameBasedIdentifier = contexts.plugins.identification:NameBasedIdentifier
Shuffler = contexts.plugins.shuffling:Shuffler
StdOutCapturingReporter = contexts.plugins.reporting.cli:StdOutCapturingReporter
TeamCityReporter = contexts.plugins.reporting.teamcity:TeamCityReporter
TimedReporter = contexts.plugins.reporting.cli:TimedReporter
UnColouriser = contexts.plugins.reporting.cli:UnColouriser
VerboseReporter = contexts.plugins.reporting.cli:VerboseReporter
XmlReporter = contexts.plugins.reporting.xml:XmlReporter

