Add: Start govel build packages

This commit is contained in:
L0m1g 2025-05-03 18:33:53 +02:00
parent 865ec5def5
commit c26fcdc1db
18 changed files with 37 additions and 26 deletions

View file

@ -7,7 +7,7 @@
# Libre comme lair, stable comme un menhir, et salé comme le beurre.
#
from erminig.config import Config
from erminig.core.config import Config
def test_db_path():

View file

@ -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 !