toxygen/tests/tests.py
ingvar1995 8addae1c7e tests
2016-02-18 00:32:15 +03:00

10 lines
207 B
Python

from src.settings import Settings
class TestSettings():
def test_creation(self):
s = Settings()
assert s['ipv6_enabled'] is not None
assert s['notifications'] is not None