Co-authored-by: Quentin Torroba <quentin.torroba@mistral.ai>
Co-authored-by: Clement Sirieix <clem.sirieix@gmail.com>
Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai>
Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-03-10 16:07:18 +01:00 committed by GitHub
parent dd372ce494
commit e9428bce23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 877 additions and 362 deletions

View file

@ -14,10 +14,10 @@ from unittest.mock import patch
from pydantic import ValidationError
from vibe.core.paths.config_paths import unlock_config_paths
from vibe.core.config.harness_files import init_harness_files_manager
if __name__ == "__main__":
unlock_config_paths()
init_harness_files_manager("user", "project")
from tests import TESTS_ROOT
from tests.mock.utils import MOCK_DATA_ENV_VAR