Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SixOpen
/
WIPDockerBP
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad341b4
WIPDockerBP
/
tests
/
unit
/
test_hello.py
SixOpen
Hf Ready
adbf50c
3 months ago
raw
Copy download link
history
blame
Safe
92 Bytes
from
blueprint.hello
import
hello
def
test_hello
():
assert
hello() ==
"Hello, world!"