Add tests, etc

This commit is contained in:
Ola Slettevoll Grøttvik
2019-04-30 15:55:09 +02:00
parent b473262712
commit 5a644a87bf
9 changed files with 112 additions and 86 deletions
+8
View File
@@ -0,0 +1,8 @@
init:
pip install -r requirements.txt
test:
nosetests tests/*
test_verbose:
nosetests --nocapture tests/*