mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Don't create unused testfiles directory
This commit is contained in:
parent
d5400549f6
commit
1eeb992118
2 changed files with 0 additions and 4 deletions
|
|
@ -27,8 +27,6 @@ class CheckupdatesTest(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
self.basedir = localmodule / 'tests'
|
self.basedir = localmodule / 'tests'
|
||||||
self.tmpdir = localmodule / '.testfiles'
|
|
||||||
self.tmpdir.mkdir(exist_ok=True)
|
|
||||||
# TODO: Python3.6: Accepts a path-like object.
|
# TODO: Python3.6: Accepts a path-like object.
|
||||||
os.chdir(str(self.basedir))
|
os.chdir(str(self.basedir))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,6 @@ class RewriteMetaTest(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
self.basedir = localmodule / 'tests'
|
self.basedir = localmodule / 'tests'
|
||||||
self.tmpdir = localmodule / '.testfiles'
|
|
||||||
self.tmpdir.mkdir(exist_ok=True)
|
|
||||||
# TODO: Python3.6: Accepts a path-like object.
|
# TODO: Python3.6: Accepts a path-like object.
|
||||||
os.chdir(str(self.basedir))
|
os.chdir(str(self.basedir))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue