aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2023-01-01 14:11:18 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2023-01-23 22:09:04 +0000
commitfcb063e2226e83d5fe19e837ad118143461d941f (patch)
tree1106319f3f28f43b6036ab5b60b4e08d132427f5 /tests/atf_python
parent8db26a13caf4122a4670b952d0e5d2ad4246f377 (diff)
Diffstat (limited to 'tests/atf_python')
-rw-r--r--tests/atf_python/utils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/atf_python/utils.py b/tests/atf_python/utils.py
index 17824262b1fd..fddfadac9a56 100644
--- a/tests/atf_python/utils.py
+++ b/tests/atf_python/utils.py
@@ -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