File "testcase.py"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests/testcase.py
File size: 208 bytes
MIME-type: text/x-script.python
Charset: utf-8
import unittest
from tap.tests.factory import Factory
class TestCase(unittest.TestCase):
def __init__(self, methodName="runTest"):
super().__init__(methodName)
self.factory = Factory()