CleanCut / green

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

Don't explode on a permissionserror #205

Closed jrabbit closed 5 years ago

jrabbit commented 5 years ago

Can't be specific about the exception nor contextlib.suppress since python 2 sadly.

Rationale:

I run my tests 1 directory above setup.py and have associated test/runtime data (docker caches) in a misc folder, this would cause green to error and not run.

CleanCut commented 5 years ago

Great, thanks!

CleanCut commented 5 years ago

After merging I adjusted the message a bit and added a test. This fix is included in 2.16.1 (just released).