diff --git a/tests/.cache/v/cache/lastfailed b/tests/.cache/v/cache/lastfailed new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/.cache/v/cache/lastfailed @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/tests.py b/tests/tests.py index e69de29..2215358 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -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 diff --git a/tests/tests/.cache/v/cache/lastfailed b/tests/tests/.cache/v/cache/lastfailed new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/tests/tests/.cache/v/cache/lastfailed @@ -0,0 +1 @@ +{} \ No newline at end of file