aboutsummaryrefslogtreecommitdiff
path: root/run_tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-03-26 22:15:05 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2019-03-26 22:15:05 +0100
commitb7c6edf9d519ee1f3516d6e4cf60ca25269a74d0 (patch)
tree0fe64999e0b46bc38bfe29fa434532dc78ff7817 /run_tests
parent253235e8c583e383695874607bf727430d316520 (diff)
Tornado HelloWorld
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/run_tests b/run_tests
new file mode 100755
index 0000000..b609f1f
--- /dev/null
+++ b/run_tests
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+nose2-3 --with-coverage --coverage-report=term
+flake8 .