toxygen/tests/tests.py

10 lines
207 B
Python
Raw Normal View History

2016-02-18 00:32:15 +03:00
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