]> scripts.mit.edu Git - wizard.git/commitdiff
Add small test script to do coverage, doctests and nosetests.
authorEdward Z. Yang <ezyang@mit.edu>
Fri, 21 Aug 2009 06:15:11 +0000 (02:15 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Fri, 21 Aug 2009 06:15:11 +0000 (02:15 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
test.sh [new file with mode: 0755]

diff --git a/test.sh b/test.sh
new file mode 100755 (executable)
index 0000000..467529e
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+sphinx-build doc doc/_build
+sphinx-build -b coverage doc doc/_build && cat doc/_build/python.txt
+sphinx-build -b doctest doc doc/_build
+nosetests