CleanCut / green

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

Run all tests in the dedicated temp dir #232

Closed lcerman closed 3 years ago

lcerman commented 3 years ago

Run all tests in the dedicated temp dir, which is auto-deleted at the end. The individual test processes create their own temps as subdirectories under this temp dir.

CleanCut commented 3 years ago

Included in 3.2.3, just released.