Skip to content

Commit 71f151d

Browse files
committed
Fixes #96: options marker not registered
This causes warning with pytest 4.5
1 parent 93bc950 commit 71f151d

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)