Remove some unused 'tmpdir's
This commit is contained in:
@@ -234,7 +234,7 @@ class TestMockDecoration:
|
||||
@mock.patch("os.path.abspath")
|
||||
@mock.patch("os.path.normpath")
|
||||
@mock.patch("os.path.basename", new=mock_basename)
|
||||
def test_someting(normpath, abspath, tmpdir):
|
||||
def test_someting(normpath, abspath):
|
||||
abspath.return_value = "this"
|
||||
os.path.normpath(os.path.abspath("hello"))
|
||||
normpath.assert_any_call("this")
|
||||
|
||||
Reference in New Issue
Block a user