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.
1 parent d701554 commit ba8b83fCopy full SHA for ba8b83f
docs/features.rst
@@ -42,7 +42,7 @@ Extension provides some sugar for your tests, such as:
42
'''What is the meaning of life, the universe and everything?'''
43
return 42
44
45
- @pytest.fixture
+ @pytest.fixture(scope="session")
46
def app():
47
app = create_app()
48
app.response_class = MyResponse
0 commit comments