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.
options
1 parent 93bc950 commit 71f151dCopy full SHA for 71f151d
pytest_flask/plugin.py
@@ -171,3 +171,4 @@ def pytest_configure(config):
171
config.addinivalue_line(
172
'markers',
173
'app(options): pass options to your application factory')
174
+ config.addinivalue_line('markers', 'options: app config manipulation')
0 commit comments