Skip to content

Commit 12cb188

Browse files
author
Fabien Coelho
committed
typo--
1 parent d457978 commit 12cb188

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install package with `pip install FlaskTester` or equivalent.
2323
The following test creates a local fixture with 2 users identified by a
2424
password, and retrieves a token for the first user using a `/token` route
2525
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.
2727

2828
```python
2929
import pytest
@@ -172,6 +172,11 @@ Packages are distributed from [PyPI](https://pypi.org/project/FlaskTester/),
172172
see also the [documentation](https://zx80.github.io/flask-tester/),
173173
please report any [issues](https://github.com/zx80/flask-tester/issues).
174174

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+
175180
## TODO
176181

177182
- API documentation generation

0 commit comments

Comments
 (0)