5 lines
110 B
Python
5 lines
110 B
Python
from erminig.config import Config
|
|
|
|
|
|
def test_db_path():
|
|
assert str(Config.DB_PATH).endswith("erminig.db")
|