marcin-osowski / igc_lib

A simple library to parse IGC logs and extract thermals.
MIT License
50 stars 20 forks source link

Split tests; use Python's unittest discovery #28

Closed marcin-osowski closed 8 years ago

marcin-osowski commented 8 years ago

Move dumper tests to a separate file. Test files are no longer executable, there's a starter to kick off all tests (run_tests.sh).

kuaka commented 8 years ago

just curious. why split dumpers out?

marcin-osowski commented 8 years ago

Each module should have its own test file, so that it's clearer what tests what.