From 19d26b944e5834708b9463104fd273033af7e10c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 11 Sep 2023 08:21:07 -0700 Subject: [PATCH] parallelism tests --- .circleci/config.yml | 1 + litellm/tests/test_completion.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cdbedb388..4afdf7330 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,6 +43,7 @@ jobs: # Run pytest and generate JUnit XML report + parallelism: 10 - run: name: Run tests command: | diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 552c3cb30..040e1b13b 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -386,7 +386,7 @@ def 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 # litellm.api_type = self.azure_api_type # litellm.api_base = self.azure_api_base