Skip to content

Commit

Permalink
Merge pull request #97 from zgoda/register_options_marker
Browse files Browse the repository at this point in the history
Fixes #96: `options` marker not registered
  • Loading branch information
nicoddemus committed May 13, 2019
2 parents 93bc950 + 71f151d commit cc9af68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_flask/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,4 @@ def pytest_configure(config):
config.addinivalue_line(
'markers',
'app(options): pass options to your application factory')
config.addinivalue_line('markers', 'options: app config manipulation')

0 comments on commit cc9af68

Please sign in to comment.