aboutsummaryrefslogtreecommitdiff
path: root/src/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.sh')
-rwxr-xr-xsrc/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test.sh b/src/test.sh
new file mode 100755
index 0000000..42268dd
--- /dev/null
+++ b/src/test.sh
@@ -0,0 +1,4 @@
+PYTHONPATH=`pwd` coverage run -m pytest
+coverage report
+coverage html
+echo "You can checkout html report in 'htmlcov' folder ;)"