PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
tap
/
tests
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)
[-] testcase.py
[open]
[+]
..
[+]
__pycache__
[-] factory.py
[open]
[-] test_example.py
[open]
[-] __init__.py
[open]