Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ymokay
/
ToxiCheck
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3ece550
ToxiCheck
/
tests
/
test_handler.py
Tbruand
chore(): nitial commit - project structure
3ece550
2 months ago
raw
Copy download link
history
blame
148 Bytes
from
app.handler
import
predict
def
test_prediction_output
():
result = predict(
"Tu es stupide"
)
assert
result
in
[
"toxique"
,
"non-toxique"
]