Skip to content

Commit a7d30f5

Browse files
committed
add smoke test
1 parent 196fbc7 commit a7d30f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test_smoke.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ def test_smoke():
99
# "apps/7_streamlit_chat_rag/main.py",
1010
"apps/8_streamlit_azure_openai_batch/main.py",
1111
"apps/99_streamlit_examples/main.py",
12+
"apps/99_streamlit_examples/pages/1_File_Q&A.py",
13+
"apps/99_streamlit_examples/pages/2_Image_Q&A.py",
14+
"apps/99_streamlit_examples/pages/3_Camera_Q&A.py",
15+
"apps/99_streamlit_examples/pages/4_Translate_text.py",
16+
"apps/99_streamlit_examples/pages/5_Explain_data.py",
17+
"apps/99_streamlit_examples/pages/6_Speech_to_text.py",
18+
"apps/99_streamlit_examples/pages/7_Text_to_speech.py",
19+
"apps/99_streamlit_examples/pages/8_Create_image.py",
20+
"apps/99_streamlit_examples/pages/9_Visualize_location.py",
1221
]
1322
for path in paths:
1423
at = AppTest(

0 commit comments

Comments
 (0)