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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user