fix(data_dir): remove dot files everywhere
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class BaseTestCase(unittest.TestCase):
|
||||
self.tmp_path = pathlib.Path(self.tmp_dir.name)
|
||||
return self.tmp_dir.name
|
||||
|
||||
def mock(self, spec: type | None = None) -> unittest.mock.Mock:
|
||||
def new_mock(self, spec: type | None = None) -> unittest.mock.Mock:
|
||||
mock = unittest.mock.Mock(spec)
|
||||
self.mocks += [mock]
|
||||
return mock
|
||||
|
||||
Reference in New Issue
Block a user