Skip to content

Commit c3a5b01

Browse files
author
Fabien Coelho
committed
improve title
1 parent 1b9eae3 commit c3a5b01

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# FlaskTester - Pytest fixtures for Flask internal and external tests
1+
# FlaskTester - Pytest fixtures for Flask internal and external authenticated tests
22

33
This package allows to run authenticated tests against a Flask application,
44
either with internal Flask tests (aka `test_client`) or external tests (with
5-
`requests` which performs actual HTTP requests).
5+
`requests` which performs actual HTTP requests), including password and token
6+
authentication.
67

78
Only one set of tests is needed, switching from internal to external is
89
achieved through environment variables.
@@ -65,9 +66,9 @@ export FLASK_TESTER_APP="app:app" # set app module
6566
pytest test.py # run internal tests
6667
```
6768

68-
See [`tests/app.py`](tests/app.py) for a sample
69+
The above test runs with [`tests/app.py`](tests/app.py)
6970
[Flask](https://flask.palletsprojects.com/)
70-
REST application back-end with password and token authentication developed with
71+
REST application back-end with password and token authentication based on
7172
[FlaskSimpleAuth](https://pypi.org/project/FlaskSimpleAuth/).
7273

7374
## Fixtures

0 commit comments

Comments
 (0)