Don't create unused testfiles directory

This commit is contained in:
Jochen Sprickerhof 2022-11-23 08:09:37 +01:00
parent d5400549f6
commit 1eeb992118
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433
2 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ class CheckupdatesTest(unittest.TestCase):
def setUp(self):
logging.basicConfig(level=logging.DEBUG)
self.basedir = localmodule / 'tests'
self.tmpdir = localmodule / '.testfiles'
self.tmpdir.mkdir(exist_ok=True)
# TODO: Python3.6: Accepts a path-like object.
os.chdir(str(self.basedir))

View File

@ -29,8 +29,6 @@ class RewriteMetaTest(unittest.TestCase):
def setUp(self):
logging.basicConfig(level=logging.DEBUG)
self.basedir = localmodule / 'tests'
self.tmpdir = localmodule / '.testfiles'
self.tmpdir.mkdir(exist_ok=True)
# TODO: Python3.6: Accepts a path-like object.
os.chdir(str(self.basedir))