microsoft / aoai-api-simulator

A sample showing how to create a simulated API implementation for Azure OpenAI (AOAI)
MIT License
10 stars 10 forks source link

Rename load test files to not match pytest search pattern #39

Closed stuartleeks closed 2 months ago

stuartleeks commented 2 months ago

Change test_blah.py for load test files to loadtest_blah.py to avoid discovery by pytest (if run separately from the Makefile). A side benefit is that the loadtest_blah.py files now come before the post_steps_blah.py files in the folder listing!