/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
NameSizeModeActions
__pycache__/-0755rm
factory.py10790644editdlrm
testcase.py2080644editdlrm
test_example.py1870644editdlrm
__init__.py710644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests/testcase.py (208B)
import unittest from tap.tests.factory import Factory class TestCase(unittest.TestCase): def __init__(self, methodName="runTest"): super().__init__(methodName) self.factory = Factory()