Your IP : 216.73.216.9


Current Path : /proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/tap/tests/
Upload File :
Current File : //proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/tap/tests/test_example.py

import unittest


class TestCase(unittest.TestCase):
    def test_it(self):
        """This example exists for the test suite to have an in-package test."""
        self.assertTrue(True)

?>