From 87a990fb4a5a698d348a29558a2894dc847d54b4 Mon Sep 17 00:00:00 2001 From: Peter Boin Date: Wed, 18 Apr 2018 05:30:35 +1000 Subject: [PATCH] removed test files --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index a735a38..06ad089 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -python -m unittest discover -s . -p 'test_*.py' +python -m unittest discover -s . -p 'test_*.py' --verbose