From 67ad9f66a00bdea21602428f748dfbb65220e67c Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 13 Feb 2010 22:58:46 -0500 Subject: Added run-tests.py script and added a helpful error message if nose is not installed. Note the run-tests script will be used by simply running 'nosetests' from the commandline, so the hack in 'tests/__init__.py' has been removed. --- run-tests.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run-tests.py (limited to 'run-tests.py') diff --git a/run-tests.py b/run-tests.py new file mode 100755 index 0000000..e30c7b3 --- /dev/null +++ b/run-tests.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +import tests + +tests.run() -- cgit v1.2.3