X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
tap
/
tests
/
📁
..
📄
__init__.py
(71 B)
📁
__pycache__
📄
factory.py
(1.05 KB)
📄
test_example.py
(187 B)
📄
testcase.py
(208 B)
Editing: testcase.py
import unittest from tap.tests.factory import Factory class TestCase(unittest.TestCase): def __init__(self, methodName="runTest"): super().__init__(methodName) self.factory = Factory()
Upload File
Create Folder