tests
This commit is contained in:
parent
05e5948d3f
commit
8addae1c7e
1
tests/.cache/v/cache/lastfailed
vendored
Normal file
1
tests/.cache/v/cache/lastfailed
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
@ -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
1
tests/tests/.cache/v/cache/lastfailed
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
Loading…
Reference in New Issue
Block a user