commit | 59cf02afdf79328d3ad2b34b6662c269e34e3a94 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Tue Jul 09 15:28:28 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Tue Jul 09 16:40:32 2013 +0200 |
tree | 6f74912163885924510165087bb1258bf0993ecf | |
parent | df9f4afcf85fadfd1ed9337ee4a1f697f8e64af5 [diff] [blame] |
Switch to Python unittest Nose has some inherent problems as it is file-based, so let's switch to the Python default anyway. Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/Makefile b/Makefile index 98ac77b..c3d5aa2 100644 --- a/Makefile +++ b/Makefile
@@ -7,7 +7,7 @@ PYFILES = $(shell find -name .git -o -name dist -o -name build -prune -o -name '*.py' -print) tests: - python setup.py nosetests + python ./run_tests.py .PHONY: tests lint: