notifications #3 + docs update

This commit is contained in:
ingvar1995 2016-04-02 21:31:59 +03:00
parent 111d72ceaa
commit c9fb52e29c
4 changed files with 26 additions and 15 deletions

View file

@ -2,13 +2,6 @@ from src.bootstrap import node_generator
from src.profile import *
from src.tox_dns import tox_dns
class TestSettings():
def test_creation(self):
s = Settings()
assert s['ipv6_enabled'] is not None
assert s['notifications'] is not None
class TestProfile():