CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
792 stars 75 forks source link

Support external concurrent requirements #36

Closed CleanCut closed 9 years ago

CleanCut commented 9 years ago

Many test environments require extra tooling for concurrently accessing external requirements. We need support for this in subprocess mode. For example, each subprocess may need to set up its own database for tests to access.

CleanCut commented 9 years ago

Dooooone! It will be in the upcoming 2.0.0 as -i/--initializer and -z/--finalizer

CleanCut commented 9 years ago

2.0.0 has been released!!!