summaryrefslogtreecommitdiffhomepage
path: root/test/test_routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_routing.py')
-rw-r--r--test/test_routing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_routing.py b/test/test_routing.py
index bc84dd6f..63a7dc6c 100644
--- a/test/test_routing.py
+++ b/test/test_routing.py
@@ -2,8 +2,7 @@ from unit.applications.proto import TestApplicationProto
class TestRouting(TestApplicationProto):
- def setUpClass():
- TestApplicationProto().check_modules('python')
+ prerequisites = ['python']
def setUp(self):
super().setUp()