We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ca865 commit ef19d66Copy full SHA for ef19d66
README
@@ -34,20 +34,10 @@
34
~ Where are the tests?
35
36
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:
+ tests/ folder. To run the tests use the
+ `py.test` testing tool:
39
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
+ $ py.test
51
52
~ Where can I get help?
53
0 commit comments