mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Move tests to budget.tests
Update tox.ini to call the unittest dicovery module Closes #196
This commit is contained in:
parent
41ede04a59
commit
018054255f
3 changed files with 1 additions and 1 deletions
0
budget/tests/__init__.py
Normal file
0
budget/tests/__init__.py
Normal file
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue