diff options
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | budget/tests/__init__.py | 0 | ||||
| -rw-r--r-- | budget/tests/tests.py (renamed from budget/tests.py) | 0 | ||||
| -rw-r--r-- | tox.ini | 2 |
4 files changed, 2 insertions, 2 deletions
@@ -93,7 +93,7 @@ a pull request as it will help us to maintain the code clean and running. To do so:: - $ make tests + $ make test As a designer / Front-end developer ----------------------------------- diff --git a/budget/tests/__init__.py b/budget/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/budget/tests/__init__.py diff --git a/budget/tests.py b/budget/tests/tests.py index 854c07b..854c07b 100644 --- a/budget/tests.py +++ b/budget/tests/tests.py @@ -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 |
