parallelism tests

This commit is contained in:
ishaan-jaff 2023-09-11 08:21:07 -07:00
parent e37c2f19f4
commit 19d26b944e
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ jobs:
# Run pytest and generate JUnit XML report # Run pytest and generate JUnit XML report
parallelism: 10
- run: - run:
name: Run tests name: Run tests
command: | command: |

View file

@ -386,7 +386,7 @@ def test_completion_azure():
# test_completion_azure() # test_completion_azure()
# new azure test for using litellm. vars # new azure test for using litellm. vars
# use the following vars in this test and make an azure_api_call # use the following vars in this test and make an azure_api_call
# litellm.api_type = self.azure_api_type # litellm.api_type = self.azure_api_type
# litellm.api_base = self.azure_api_base # litellm.api_base = self.azure_api_base