Skip to content

Commit cc9af68

Browse files
authored
Merge pull request #97 from zgoda/register_options_marker
Fixes #96: `options` marker not registered
2 parents 93bc950 + 71f151d commit cc9af68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_flask/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,4 @@ def pytest_configure(config):
171171
config.addinivalue_line(
172172
'markers',
173173
'app(options): pass options to your application factory')
174+
config.addinivalue_line('markers', 'options: app config manipulation')

0 commit comments

Comments
 (0)