golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/tap/tests
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
71 B
Del
OK
__pycache__
-
Del
OK
factory.py
1.05 KB
Del
OK
test_example.py
187 B
Del
OK
testcase.py
208 B
Del
OK
Edit: 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)
Save