first test
This commit is contained in:
0
src/tests/__init__.py
Normal file
0
src/tests/__init__.py
Normal file
24
src/tests/test_config.py
Normal file
24
src/tests/test_config.py
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
from config import Config
|
||||||
|
|
||||||
|
|
||||||
|
def test_construction():
|
||||||
|
assert Config()
|
||||||
|
|
||||||
|
def test__save():
|
||||||
|
assert False
|
||||||
|
|
||||||
|
|
||||||
|
def test__load():
|
||||||
|
assert False
|
||||||
|
|
||||||
|
|
||||||
|
def test_add_section():
|
||||||
|
assert False
|
||||||
|
|
||||||
|
|
||||||
|
def test_set():
|
||||||
|
assert False
|
||||||
|
|
||||||
|
|
||||||
|
def test_get():
|
||||||
|
assert False
|
||||||
Reference in New Issue
Block a user