Add: Start govel build packages
This commit is contained in:
parent
865ec5def5
commit
c26fcdc1db
18 changed files with 37 additions and 26 deletions
|
|
@ -13,7 +13,7 @@ from unittest.mock import patch
|
|||
|
||||
|
||||
# PATCH directement le décorateur run_as_user pour les tests
|
||||
@patch("erminig.system.security.run_as_user", lambda x=None: (lambda f: f))
|
||||
@patch("erminig.core.security.run_as_user", lambda x=None: (lambda f: f))
|
||||
def test_pakva_save_and_read(tmp_path):
|
||||
from erminig.controllers.govel.pakva import Pakva # Importer après patch !
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue