aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--budget/tests/__init__.py0
-rw-r--r--budget/tests/tests.py (renamed from budget/tests.py)0
-rw-r--r--tox.ini2
4 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b9baa11..f8110cd 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/tox.ini b/tox.ini
index be873b3..23f54f4 100644
--- a/tox.ini
+++ b/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