Spaces:
Sleeping
Sleeping
Mohammed Thameem commited on
Commit ·
ac9ccc9
1
Parent(s): 6a26d93
modified test script
Browse files- tests/test_app.py +3 -0
tests/test_app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from app import chat
|
| 2 |
|
| 3 |
def test_chat_response():
|
|
|
|
| 1 |
+
import sys, os
|
| 2 |
+
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
| 3 |
+
|
| 4 |
from app import chat
|
| 5 |
|
| 6 |
def test_chat_response():
|