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