bskinn / stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr
MIT License
14 stars 4 forks source link

Add new CI job testing coverage of tests folder #77

Open bskinn opened 5 years ago

bskinn commented 5 years ago

Sanity check for non-running tests due to, e.g., accidentally having duplicate test function names.

Pointed out by @nedbat on Talk Python Ep. 178.