first test

This commit is contained in:
2025-05-08 12:25:49 +02:00
parent 3224c1c2aa
commit b8581b34cc
2 changed files with 24 additions and 0 deletions

0
src/tests/__init__.py Normal file
View File

24
src/tests/test_config.py Normal file
View 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