mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Merge pull request #206 from decentral1se/pytest-fixture-fix
Invoke Pytest fixture options correctly
This commit is contained in:
commit
de1db14327
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…
Reference in a new issue