File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Install package with `pip install FlaskTester` or equivalent.
23
23
The following test creates a local fixture with 2 users identified by a
24
24
password, and retrieves a token for the first user using a ` /token ` route
25
25
provided by the application.
26
- It then proceeds to run some requests againsit the ` /admin ` route.
26
+ It then proceeds to run some requests against the ` /admin ` route.
27
27
28
28
``` python
29
29
import pytest
@@ -172,6 +172,11 @@ Packages are distributed from [PyPI](https://pypi.org/project/FlaskTester/),
172
172
see also the [ documentation] ( https://zx80.github.io/flask-tester/ ) ,
173
173
please report any [ issues] ( https://github.com/zx80/flask-tester/issues ) .
174
174
175
+ ## See Also, or Not
176
+
177
+ - [ Flask Testing] ( https://github.com/jarus/flask-testing ) an unmaintained
178
+ old-style unit test for Flask 1.x, without authentication help.
179
+
175
180
## TODO
176
181
177
182
- API documentation generation
You can’t perform that action at this time.
0 commit comments