Skip to content
Snippets Groups Projects
Commit 5e7f5984 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

lintfix

parent 7a1e990c
No related branches found
No related tags found
1 merge request!39#60 "Ny modul" funksjonalitet
......@@ -296,7 +296,6 @@ class TestSOI(unittest.TestCase):
def test_add_module(self):
"""Test add module and reorganize and add module listeners."""
reorganize_listener_called = False
new_module_listener_called = False
......@@ -324,7 +323,6 @@ class TestSOI(unittest.TestCase):
def test_add_module_duplicate_name(self):
"""Test adding module with duplicate name raises exception."""
# Using already added module TEST_MODULES[0] to guarantee name exists
self.assertRaises(
ModuleNameTaken,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment