Python: Foundry Chat Client unit tests to improve coverage (#423)

* Add unit tests for Foundry Chat Client to improve coverage

* Updated Azure OpenAI endpoint and tests timeout

* Error fixes for Foundry Chat Client tests

* Error fixes

---------

Co-authored-by: Giles Odigwe <gilesodigwe@microsoft.com>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
This commit is contained in:
Giles Odigwe
2025-08-15 10:45:14 -07:00
committed by GitHub
Unverified
parent 753f336a3a
commit 19d91bb950
4 changed files with 377 additions and 62 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ addopts = "-ra -q -r fEX"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
filterwarnings = []
timeout = 300
timeout = 120
[tool.ruff]
extend = "../../pyproject.toml"