toxygen/tests/tests.py

10 lines
207 B
Python
Raw Normal View History

2016-02-17 21:32:15 +00: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