Move tests to budget.tests

Update tox.ini to call the unittest dicovery module
Closes #196
This commit is contained in:
0livd 2017-04-22 20:29:02 +02:00
parent 41ede04a59
commit 018054255f
3 changed files with 1 additions and 1 deletions

0
budget/tests/__init__.py Normal file
View file

View file

@ -6,7 +6,7 @@ skip_missing_interpreters = True
commands =
python --version
python budget/tests.py
python -m unittest discover -s budget
deps =
-rdev-requirements.txt
-rrequirements.txt