/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
import unittest from tap.tests.factory import Factory class TestCase(unittest.TestCase): def __init__(self, methodName="runTest"): super().__init__(methodName) self.factory = Factory()
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
factory.py
Edit
test_example.py
Edit
testcase.py
Edit