Merge remote-tracking branch 'origin/incremental_development' into incremental_development

This commit is contained in:
mannaandpoem 2024-01-03 15:46:41 +08:00
commit 04359daa8c

View file

@ -86,8 +86,7 @@ def loguru_caplog(caplog):
# init & dispose git repo
# @pytest.fixture(scope="session", autouse=True)
@pytest.fixture(scope="session")
@pytest.fixture(scope="session", autouse=True)
def setup_and_teardown_git_repo(request):
CONFIG.git_repo = GitRepository(local_path=DEFAULT_WORKSPACE_ROOT / "unittest")