You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe in teardown method just remove all repos created by the current test? This would require create_repo_with_remote() calls to be instance methods of BaseTest
This might lead to non-determinism in tests, as a test lacking
create_repo()
will then use underlying repo from the previous run.The text was updated successfully, but these errors were encountered: