mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
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:
parent
41ede04a59
commit
fb84135fe5
4 changed files with 2 additions and 2 deletions
|
@ -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
0
budget/tests/__init__.py
Normal file
2
tox.ini
2
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue