Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mikeee
/
ultimatumbee
like
1
Build error
App
Files
Files
Community
4360582
ultimatumbee
/
tests
/
test_ubee.py
freemt
First commit
16195e5
almost 3 years ago
raw
Copy download link
history
blame
Safe
126 Bytes
"""Test ubee."""
from
ubee
import
__version__
def
test_version
():
"""Test version."""
assert
__version__ ==
"0.1.0"