noyainrain / wall

Digital wall (display) that can be controlled remotely, for example via mobile or tablet.
9 stars 4 forks source link

Make unit tests compatible with standard unittest discovery #171

Open noyainrain opened 9 years ago

noyainrain commented 9 years ago

See https://docs.python.org/2/library/unittest.html#test-discovery . This mostly means moving module unit tests to own test modules.

Unit tests can then be easily run with python -m unittest discover.