Skip to content

Commit

Permalink
Fixes #96: options marker not registered
Browse files Browse the repository at this point in the history
This causes warning with pytest 4.5
  • Loading branch information
zgoda committed May 13, 2019
1 parent 93bc950 commit 71f151d
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 71f151d

Please sign in to comment.