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.
 -->
2023-11-21 15:00:13 +00:00
..
chat_models Use pytest asyncio auto mode (#13643) 2023-11-21 15:00:13 +00:00
python Add python,pandas,xorbits,spark agents to experimental (#11774) 2023-10-13 17:36:44 -04:00
rl_chain Install and use ruff format instead of black for code formatting. (#12585) 2023-10-31 10:53:12 -04:00
__init__.py black formatting 2023-09-11 13:33:43 -04:00
conftest.py Add conftest file to langchain experimental (#9886) 2023-08-28 17:52:16 -07:00
fake_llm.py Use a submodule for pydantic v1 compat (#9371) 2023-08-17 16:35:49 +01:00
test_bash.py add LLMBashChain to experimental (#11305) 2023-10-02 16:00:14 -04:00
test_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 2023-10-11 14:50:41 -07:00
test_llm_bash.py add LLMBashChain to experimental (#11305) 2023-10-02 16:00:14 -04:00
test_llm_symbolic_math.py Add SymbolicMathChain to experiment in preparation for deprecation (#11129) 2023-10-05 13:54:43 -04:00
test_logical_fallacy.py adding new chain for logical fallacy removal from model output in chain (#9887) 2023-09-03 15:44:27 -07:00
test_mock.py Harrison/move experimental (#8084) 2023-07-21 10:36:28 -07:00
test_pal.py remove code (#8425) 2023-07-28 13:19:44 -07:00
test_reversible_data_anonymizer.py langchain-experimental: Add allow_list support in experimental/data_anonymizer (#11597) 2023-10-11 14:50:41 -07:00
test_smartllm.py Added SmartGPT workflow (issue #4463) (#4816) 2023-08-11 15:44:27 -07:00
test_sql.py Add memory to sql chain (#8597) 2023-10-03 12:04:39 -07:00
test_tot.py Tree of Thought introducing a new ToTChain. (#5167) 2023-07-26 21:29:39 -07:00