diff options
Diffstat (limited to 'test/test_string.py')
-rw-r--r-- | test/test_string.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_string.py b/test/test_string.py index cfdec1fdbac..667bdf0ad4e 100644 --- a/test/test_string.py +++ b/test/test_string.py @@ -13,6 +13,10 @@ class TestString(VppTestCase): def setUpClass(cls): super(TestString, cls).setUpClass() + @classmethod + def tearDownClass(cls): + super(TestString, cls).tearDownClass() + def setUp(self): super(TestString, self).setUp() |