From 63b3f0964efc1ebd01e3eb69a3efb3366f171acf Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 15 Aug 2012 16:32:54 +1000 Subject: [PATCH] Added nosetests runner without capturing the output --- nosetests.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 nosetests.sh diff --git a/nosetests.sh b/nosetests.sh new file mode 100755 index 0000000..d713a66 --- /dev/null +++ b/nosetests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +nosetests --nocapture