some updates: ui - messages #2, test fix
This commit is contained in:
@ -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():
|
||||
|
||||
|
Reference in New Issue
Block a user