Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JBDENIS
/
CV
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CV
/
frontend
/
test
/
test_main.py
jdenis-insn
init commit for build
737f55b
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
104 Bytes
"""Basic test."""
def
test_basic
() ->
None
:
"""Test that 1 + 1 equals 2."""
assert
1
+
1
==
2