1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 02:19:14 +00:00

refactor folder to directory

This commit is contained in:
deadc0de6
2018-05-02 20:40:42 +02:00
parent b0847b2b4c
commit 927d76779f
7 changed files with 43 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ class TestConfig(unittest.TestCase):
def test_config(self):
'''Test the config class'''
tmp = get_tempfolder()
tmp = get_tempdir()
self.assertTrue(os.path.exists(tmp))
self.addCleanup(clean, tmp)
@@ -48,7 +48,7 @@ class TestConfig(unittest.TestCase):
self.assertTrue(conf.dump() != '')
def test_include(self):
tmp = get_tempfolder()
tmp = get_tempdir()
self.assertTrue(os.path.exists(tmp))
self.addCleanup(clean, tmp)