aboutsummaryrefslogtreecommitdiff
path: root/run_tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-10-29 12:42:29 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2017-10-29 12:42:29 +0100
commita5fbd781ccc9b64483cc499c375fa6e0e99ade1d (patch)
tree3bab3d0d6682fae6ba0a350db2326538b70988df /run_tests
Project skeleton
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/run_tests b/run_tests
new file mode 100755
index 0000000..ad9eb3d
--- /dev/null
+++ b/run_tests
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+python3 -m pytest -s
+pyflakes3 .
+pycodestyle .