/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
NameSizeModeActions
__pycache__/-0755rm
factory.py10790644editdlrm
testcase.py2080644editdlrm
test_example.py1870644editdlrm
__init__.py710644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests/test_example.py (187B)
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)