Files
ea-chatbot-lg/backend/tests/test_history_module.py

5 lines
107 B
Python

import ea_chatbot.history
def test_history_module_importable():
assert ea_chatbot.history is not None