Skip to content

Commit 40c67de

Browse files
committed
Update application config fixture description on PyPi page
1 parent 5ad239d commit 40c67de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytest_flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
__version__ = "0.8.0"
4+
__version__ = "0.8.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
- ``client`` - an instance of ``app.test_client``,
1616
- ``client_class`` - ``client`` fixture for class-based tests,
17-
- ``config`` - you application config,
17+
- ``config`` - the application config,
1818
- ``live_server`` - runs an application in the background (useful for tests
1919
with `Selenium <http://www.seleniumhq.org>`_ and other headless browsers),
2020
- ``request_ctx`` - the request context,

0 commit comments

Comments
 (0)