mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
testing: fix tests without cleanup in pytest.
It was broken by 89ffac3b01,
which added "cleanup" method to the base test class,
resulting in reporting cleanup for all of the tests.
This commit is contained in:
parent
6541e7696f
commit
bb60d265c9
1 changed files with 0 additions and 4 deletions
|
|
@ -50,7 +50,3 @@ class BaseTest(object):
|
|||
def setup_method(self, method):
|
||||
"""Run all pre-requisits for the test execution"""
|
||||
self._check_modules()
|
||||
|
||||
def cleanup(self, test_id: str):
|
||||
"""Cleanup all test resources here"""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue