@@ -15,15 +15,12 @@ Test module for utils/common.py.
1515## [ test_connection_decorator.py] ( test_connection_decorator.py )
1616Unit tests for the connection decorator.
1717
18+ ## [ test_conversations.py] ( test_conversations.py )
19+ Unit tests for conversation utility functions.
20+
1821## [ test_endpoints.py] ( test_endpoints.py )
1922Unit tests for endpoints utility functions.
2023
21- ## [ test_prompts.py] ( test_prompts.py )
22- Unit tests for prompts utility functions (get_system_prompt, get_topic_summary_system_prompt).
23-
24- ## [ test_query.py] ( test_query.py )
25- Unit tests for query utility functions (store_conversation_into_cache, select_model_and_provider_id, validate_model_provider_override, etc.).
26-
2724## [ test_llama_stack_version.py] ( test_llama_stack_version.py )
2825Unit tests for utility function to check Llama Stack version.
2926
@@ -33,6 +30,12 @@ Unit tests for MCP authorization headers utilities.
3330## [ test_mcp_headers.py] ( test_mcp_headers.py )
3431Unit tests for MCP headers utility functions.
3532
33+ ## [ test_prompts.py] ( test_prompts.py )
34+ Unit tests for prompts utility functions.
35+
36+ ## [ test_query.py] ( test_query.py )
37+ Unit tests for utils/query.py functions.
38+
3639## [ test_responses.py] ( test_responses.py )
3740Unit tests for utils/responses.py functions.
3841
@@ -46,5 +49,5 @@ Unit tests for functions defined in utils.suid module.
4649Unit tests for functions defined in utils.transcripts module.
4750
4851## [ test_types.py] ( test_types.py )
49- Unit tests for functions defined in utils/types.py.
52+ Unit tests for functions and types defined in utils/types.py.
5053
0 commit comments