We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad239d commit 40c67deCopy full SHA for 40c67de
pytest_flask/__init__.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
-__version__ = "0.8.0"
+__version__ = "0.8.1"
setup.py
@@ -14,7 +14,7 @@
14
15
- ``client`` - an instance of ``app.test_client``,
16
- ``client_class`` - ``client`` fixture for class-based tests,
17
-- ``config`` - you application config,
+- ``config`` - the application config,
18
- ``live_server`` - runs an application in the background (useful for tests
19
with `Selenium <http://www.seleniumhq.org>`_ and other headless browsers),
20
- ``request_ctx`` - the request context,
0 commit comments