Skip to content

Commit d9ad3a6

Browse files
committed
update
1 parent 13010f6 commit d9ad3a6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,3 @@ htmlcov.*
177177
*.pkl
178178
*-structure.csv
179179
*-structure.json
180-
181-
/Titanic/2023_12_07_11_44_319a116fff/LLM_inout_pair/*.json
182-
/ICR/2023_12_06_14_14_26e593d09f/LLM_inout_pair/*.json
183-
/ICR/5cd9acb669c443fabe763e8f1ade5e86/workspace/*.txt
184-
/ICR/5cd9acb669c443fabe763e8f1ade5e86/workspace/*.csv
185-
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.csv
186-
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.txt
187-
/metagpt/roles/catboost_info/*.tsv
188-
/metagpt/roles/catboost_info/*.json
189-
/Titanic/9530b3c5550a4366ae92e5af6a74e6c3/workspace/*.md

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def emit(self, record):
140140

141141

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

0 commit comments

Comments
 (0)