File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
144144def 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
You can’t perform that action at this time.
0 commit comments