aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-04-22 22:07:24 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2017-04-22 23:07:24 +0200
commitfb84135fe5892f4321977a48abacf233d3ee0d9c (patch)
treebf1f30abeebafa07fc52b9d63c76f80dff108cb3 /README.rst
parent41ede04a599fa2f436a8139dd76df36b7cb0ddf0 (diff)
downloadihatemoney-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
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 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
-----------------------------------