Update tests section in README file

This commit is contained in:
Paulo Bu 2014-09-13 10:29:28 +02:00
parent 73ca86587d
commit ef19d663c0
1 changed files with 3 additions and 13 deletions

16
README
View File

@ -34,20 +34,10 @@
~ Where are the tests? ~ Where are the tests?
Good that you're asking. The tests are in the Good that you're asking. The tests are in the
flask/testsuite package. To run the tests use the tests/ folder. To run the tests use the
`run-tests.py` file: `py.test` testing tool:
$ python run-tests.py $ py.test
If it's not enough output for you, you can use the
`--verbose` flag:
$ python run-tests.py --verbose
If you just want one particular testcase to run you can
provide it on the command line:
$ python run-tests.py test_to_run
~ Where can I get help? ~ Where can I get help?