mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Invoke Pytest fixture options correctly
This commit is contained in:
parent
c1ae0dd46c
commit
c70bfe5589
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ def patch_logging(moulinette):
|
|||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def moulinette(scope='session', autouse=True):
|
||||
@pytest.fixture(scope='session', autouse=True)
|
||||
def moulinette():
|
||||
import moulinette
|
||||
|
||||
patch_init(moulinette)
|
||||
|
|
Loading…
Add table
Reference in a new issue