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/experimental/tests/unit_tests
Nuno Campos 8329f81072
Use pytest asyncio auto mode (#13643)
<!-- Thank you for contributing to LangChain!

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes (if applicable),
  - **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant
maintainer (see below),
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc:

https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in `docs/extras`
directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
10 months ago
..
chat_models Use pytest asyncio auto mode (#13643) 10 months ago
python Add python,pandas,xorbits,spark agents to experimental (#11774) 11 months ago
rl_chain Install and use `ruff format` instead of black for code formatting. (#12585) 11 months ago
__init__.py black formatting 1 year ago
conftest.py
fake_llm.py
test_bash.py add LLMBashChain to experimental (#11305) 12 months ago
test_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 11 months ago
test_llm_bash.py add LLMBashChain to experimental (#11305) 12 months ago
test_llm_symbolic_math.py Add SymbolicMathChain to experiment in preparation for deprecation (#11129) 12 months ago
test_logical_fallacy.py
test_mock.py
test_pal.py
test_reversible_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 11 months ago
test_smartllm.py
test_sql.py Add memory to sql chain (#8597) 12 months ago
test_tot.py