golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
71 B
Del
OK
__pycache__
-
Del
OK
factory.py
1.05 KB
Del
OK
test_example.py
187 B
Del
OK
testcase.py
208 B
Del
OK
Edit: 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()
Save