From af24e4dec453af7e3dcb45347cb59bfcbc037843 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Tue, 9 Apr 2019 16:14:42 +0300 Subject: Tests: simplified module checking. --- test/unit/main.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/unit/main.py') diff --git a/test/unit/main.py b/test/unit/main.py index 247f3fbf..2ab0626b 100644 --- a/test/unit/main.py +++ b/test/unit/main.py @@ -47,6 +47,10 @@ class TestUnit(unittest.TestCase): unittest.main() + @classmethod + def setUpClass(cls): + TestUnit().check_modules(*cls.prerequisites) + def setUp(self): self._run() -- cgit