This commit is contained in:
ingvar1995 2016-02-18 00:32:15 +03:00
parent 05e5948d3f
commit 8addae1c7e
3 changed files with 11 additions and 0 deletions

1
tests/.cache/v/cache/lastfailed vendored Normal file
View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,9 @@
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

1
tests/tests/.cache/v/cache/lastfailed vendored Normal file
View File

@ -0,0 +1 @@
{}