mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
pytest: nits
This commit is contained in:
parent
baaef9146d
commit
89e1df0bba
@ -36,7 +36,7 @@ def app(app_params, make_app):
|
|||||||
"""
|
"""
|
||||||
args, kwargs = app_params
|
args, kwargs = app_params
|
||||||
app_ = make_app(*args, **kwargs)
|
app_ = make_app(*args, **kwargs)
|
||||||
yield app_
|
return app_
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='function')
|
@pytest.fixture(scope='function')
|
||||||
|
Loading…
Reference in New Issue
Block a user