mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 06:14:16 +00:00
docstring
This commit is contained in:
@@ -24,7 +24,7 @@ class TestConfig(unittest.TestCase):
|
||||
CONFIG_NAME = 'config.yaml'
|
||||
|
||||
def test_config(self):
|
||||
'''Test the config class'''
|
||||
"""Test the config class"""
|
||||
tmp = get_tempdir()
|
||||
self.assertTrue(os.path.exists(tmp))
|
||||
self.addCleanup(clean, tmp)
|
||||
|
||||
Reference in New Issue
Block a user