added more unit tests
This commit is contained in:
6
tests/test_config.py
Normal file
6
tests/test_config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TestConfig(unittest.TestCase):
|
||||
def test_config(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user