1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00

adding test script

This commit is contained in:
deadc0de6
2017-03-15 18:01:03 +01:00
parent bf7b3652a4
commit 84639c8550

7
tests.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# author: deadc0de6 (https://github.com/deadc0de6)
# Copyright (c) 2017, deadc0de6
pep8 dotdrop/
pep8 tests/
PYTHONPATH=dotdrop nosetests -w tests