5 lines
107 B
Python
5 lines
107 B
Python
import ea_chatbot.history
|
|
|
|
def test_history_module_importable():
|
|
assert ea_chatbot.history is not None
|