diff options
| author | 0livd <0livd@users.noreply.github.com> | 2017-04-22 22:07:24 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2017-04-22 23:07:24 +0200 |
| commit | fb84135fe5892f4321977a48abacf233d3ee0d9c (patch) | |
| tree | bf1f30abeebafa07fc52b9d63c76f80dff108cb3 | |
| parent | 41ede04a599fa2f436a8139dd76df36b7cb0ddf0 (diff) | |
| download | ihatemoney-mirror-fb84135fe5892f4321977a48abacf233d3ee0d9c.zip ihatemoney-mirror-fb84135fe5892f4321977a48abacf233d3ee0d9c.tar.gz ihatemoney-mirror-fb84135fe5892f4321977a48abacf233d3ee0d9c.tar.bz2 | |
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
| -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 |
