Les choses sérieuses commencent

This commit is contained in:
L0m1g 2025-04-29 17:15:19 +02:00
parent 7a9fe18463
commit c63f62721b
41 changed files with 1270 additions and 0 deletions

5
tests/test_config.py Normal file
View file

@ -0,0 +1,5 @@
from erminig.config import Config
def test_db_path():
assert str(Config.DB_PATH).endswith("erminig.db")