Move tests to budget.tests (#205)

* Move tests to budget.tests

Update tox.ini to call the unittest dicovery module
Closes #196

* Fix typo in Readme
This commit is contained in:
0livd 2017-04-22 22:07:24 +01:00 committed by Alexis Metaireau
parent 41ede04a59
commit fb84135fe5
4 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ a pull request as it will help us to maintain the code clean and running.
To do so:: To do so::
$ make tests $ make test
As a designer / Front-end developer As a designer / Front-end developer
----------------------------------- -----------------------------------

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

View file

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