File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
How to contribute to Flask
3
3
==========================
4
4
5
- Thanks for considering contributing to Flask.
5
+ Thanks for considering contributing to Flask.
6
6
7
7
Support questions
8
8
=================
@@ -49,16 +49,16 @@ Clone this repository::
49
49
50
50
Install Flask as an editable package using the current source::
51
51
52
- pip install --editable .
52
+ pip install --editable .
53
53
54
54
Then you can run the testsuite with::
55
55
56
56
py.test
57
57
58
58
With only py.test installed, a large part of the testsuite will get skipped
59
- though. Whether this is relevant depends on which part of Werkzeug you're
60
- working on. Travis is set up to run the full testsuite when you submit your
61
- pull request anyways.
59
+ though. Whether this is relevant depends on which part of Flask you're working
60
+ on. Travis is set up to run the full testsuite when you submit your pull
61
+ request anyways.
62
62
63
63
If you really want to test everything, you will have to install ``tox `` instead
64
64
of ``pytest ``. Currently we're depending on a development version of Tox
You can’t perform that action at this time.
0 commit comments