tests
This commit is contained in:
parent
05e5948d3f
commit
8addae1c7e
3 changed files with 11 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue