This commit is contained in:
stellahsr 2024-01-12 17:30:22 +08:00
parent 13010f6c90
commit d9ad3a6195
2 changed files with 1 additions and 11 deletions

10
.gitignore vendored
View file

@ -177,13 +177,3 @@ htmlcov.*
*.pkl
*-structure.csv
*-structure.json
/Titanic/2023_12_07_11_44_319a116fff/LLM_inout_pair/*.json
/ICR/2023_12_06_14_14_26e593d09f/LLM_inout_pair/*.json
/ICR/5cd9acb669c443fabe763e8f1ade5e86/workspace/*.txt
/ICR/5cd9acb669c443fabe763e8f1ade5e86/workspace/*.csv
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.csv
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.txt
/metagpt/roles/catboost_info/*.tsv
/metagpt/roles/catboost_info/*.json
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.md

View file

@ -140,7 +140,7 @@ def loguru_caplog(caplog):
# init & dispose git repo
@pytest.fixture(scope="function", autouse=False)
@pytest.fixture(scope="function", autouse=True)
def setup_and_teardown_git_repo(request):
CONFIG.git_repo = GitRepository(local_path=DEFAULT_WORKSPACE_ROOT / f"unittest/{uuid.uuid4().hex}")
CONFIG.git_reinit = True