simple-chat-bot / tests /test_return_true.py
Fahad Mattoo
Simple app (#5) (#6)
d4a7025 unverified
raw
history blame
108 Bytes
import pytest
from app import return_true
def test_reset_history():
assert return_true() == True