Working tests ported from unittest to pytest

This commit is contained in:
David Murphy 2024-02-16 16:19:54 -07:00 committed by Daniel Wozniak
parent 3d2c111f58
commit ec549d6a06

View file

@ -454,7 +454,7 @@ def test_get_cachedir_basename(main_class):
assert main_class.remotes[1].get_cache_basename() == "_"
def test_git_provider_mp_lock():
def test_git_provider_mp_lock(main_class):
"""
Check that lock is released after provider.lock()
"""