mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
update the README with how to run tests
This commit is contained in:
parent
19ae3ab3b2
commit
93ac2cc947
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@ The best way to contribute code is to write it and to make a pull request on
|
|||
github. Please, think about updating and running the tests before asking for
|
||||
a pull request as it will help us to maintain the code clean and running.
|
||||
|
||||
To do so::
|
||||
|
||||
$ workon budget
|
||||
(budget) $ python tests.py
|
||||
|
||||
before pushing anything to master :)
|
||||
|
||||
As a designer / Front-end developer
|
||||
-----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue