You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/openai/tests/unit_tests
Bagatur 8698cb9b28
infra: add more formatter rules to openai (#23189)
Turns on
https://docs.astral.sh/ruff/settings/#format_docstring-code-format and
https://docs.astral.sh/ruff/settings/#format_skip-magic-trailing-comma

```toml
[tool.ruff.format]
docstring-code-format = true
skip-magic-trailing-comma = true
```
3 months ago
..
chat_models infra: add more formatter rules to openai (#23189) 3 months ago
embeddings openai[minor]: implement langchain-openai package (#15503) 9 months ago
fake infra: add more formatter rules to openai (#23189) 3 months ago
llms infra: add more formatter rules to openai (#23189) 3 months ago
__init__.py openai[minor]: implement langchain-openai package (#15503) 9 months ago
test_imports.py openai[minor]: implement langchain-openai package (#15503) 9 months ago
test_load.py openai: fix loads unit test (#21542) 4 months ago
test_secrets.py infra: add more formatter rules to openai (#23189) 3 months ago
test_token_counts.py infra: add more formatter rules to openai (#23189) 3 months ago