Skip to content

Commit ef19d66

Browse files
author
Paulo Bu
committed
Update tests section in README file
1 parent 73ca865 commit ef19d66

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,10 @@
3434
~ Where are the tests?
3535

3636
Good that you're asking. The tests are in the
37-
flask/testsuite package. To run the tests use the
38-
`run-tests.py` file:
37+
tests/ folder. To run the tests use the
38+
`py.test` testing tool:
3939

40-
$ python run-tests.py
41-
42-
If it's not enough output for you, you can use the
43-
`--verbose` flag:
44-
45-
$ python run-tests.py --verbose
46-
47-
If you just want one particular testcase to run you can
48-
provide it on the command line:
49-
50-
$ python run-tests.py test_to_run
40+
$ py.test
5141

5242
~ Where can I get help?
5343

0 commit comments

Comments
 (0)