Remove some unused 'tmpdir's
This commit is contained in:
@@ -274,7 +274,7 @@ class TestFunction:
|
||||
pytester.makepyfile(
|
||||
"""
|
||||
class A(object):
|
||||
def __call__(self, tmpdir):
|
||||
def __call__(self):
|
||||
0/0
|
||||
|
||||
test_a = A()
|
||||
|
||||
Reference in New Issue
Block a user