v2.4.1 (#475)
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:
parent
dd372ce494
commit
e9428bce23
54 changed files with 877 additions and 362 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue