some updates: ui - messages #2, test fix
This commit is contained in:
parent
7282e20540
commit
374f474b14
4 changed files with 50 additions and 24 deletions
|
@ -12,12 +12,6 @@ class TestSettings():
|
|||
assert s['ipv6_enabled'] is not None
|
||||
assert s['notifications'] is not None
|
||||
|
||||
def test_with_delete(self):
|
||||
path = Settings.get_default_path() + 'toxygen.json'
|
||||
os.remove(path)
|
||||
Settings()
|
||||
assert os.path.exists(path)
|
||||
|
||||
|
||||
class TestProfile():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue