microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Basic import test of app.py to guard against formatting issues #821

Closed abhahn closed 2 weeks ago

abhahn commented 2 months ago

Motivation and Context

Adding a simple import of app.py in the tests to be sure that there are no fundamental code issues (such as syntax or indentation errors) that will cause the code to break.

Will add additional unit tests / E2E tests in a separate PR.

Description

Contribution Checklist