Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Artificial-superintelligence
/
Code
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
00814c9
Code
/
tests
/
__init__.py
Artificial-superintelligence
Create tests/__init__.py
7d9ae2b
verified
8 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
# tests/test_sample.py
import
unittest
class
SampleTest
(unittest.TestCase):
def
test_example
(
self
):
self.assertTrue(
True
)
if
__name__ ==
'__main__'
:
unittest.main()