tbarron / backscratcher

"Every good work of software starts by scratching a developer's personal itch." Eric S. Raymond
Other
4 stars 1 forks source link

all_tests: script to run all tests #37

Closed tbarron closed 8 years ago

tbarron commented 10 years ago

Write a script that globs the current directory for *.py, imports everything, loads all the test classes, and runs all the tests.

tbarron commented 8 years ago

This is what py.test does. Closing this issue.