Refactor: Move backend files to backend/ directory and split .gitignore
This commit is contained in:
4
backend/tests/test_history_module.py
Normal file
4
backend/tests/test_history_module.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import ea_chatbot.history
|
||||
|
||||
def test_history_module_importable():
|
||||
assert ea_chatbot.history is not None
|
||||
Reference in New Issue
Block a user