Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
loadingy
/
c2cite
like
0
Model card
Files
Files and versions
xet
Community
main
c2cite
/
tests
/
test_demo.py
loadingy
first push
51be264
3 months ago
raw
Copy download link
history
blame
contribute
delete
166 Bytes
import
unittest
class
DemoTestCase
(unittest.TestCase):
def
test_demo
(
self
):
self.assertEqual(
1
+
2
,
3
)
if
__name__ ==
"__main__"
:
unittest.main()