XylotrechusZ
XylotrechusZ Shell
: /proc/thread-self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/tap/tests/ [ drwxr-xr-x ]
import unittest
from tap.tests.factory import Factory
class TestCase(unittest.TestCase):
def __init__(self, methodName="runTest"):
super().__init__(methodName)
self.factory = Factory()