Preview: testcase.py
Size: 208 B
//opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests/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()
Directory Contents
Dirs: 1 × Files: 4