AlkantarClanX12

Your IP : 3.129.42.198


Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/tap/tests/
Upload File :
Current File : //opt/cloudlinux/venv/lib64/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(TestCase, self).__init__(methodName)
        self.factory = Factory()