Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
651 stars 324 forks source link

Run unit and functional tests together #935

Closed cecheta closed 1 month ago

cecheta commented 1 month ago

Motivation

If unit and functional tests are run together, we can obtain overall coverage from both sets of tests together, giving us true coverage.

Requirements

A list of requirements to consider this feature delivered

Tasks

To be filled in by the engineer picking up the issue