Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mattoofahad
/
simple-chat-bot
like
0
Running
App
Files
Files
Community
d4a7025
simple-chat-bot
/
tests
/
test_return_true.py
Fahad Mattoo
Simple app (#5) (#6)
d4a7025
unverified
8 months ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
pytest
from
app
import
return_true
def
test_reset_history
():
assert
return_true() ==
True