langchain/libs/experimental/tests/unit_tests
Predrag Gruevski f94e24dfd7
Install and use ruff format instead of black for code formatting. (#12585)
Best to review one commit at a time, since two of the commits are 100%
autogenerated changes from running `ruff format`:
- Install and use `ruff format` instead of black for code formatting.
- Output of `ruff format .` in the `langchain` package.
- Use `ruff format` in experimental package.
- Format changes in experimental package by `ruff format`.
- Manual formatting fixes to make `ruff .` pass.
2023-10-31 10:53:12 -04: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
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
test_pal.py
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
test_sql.py Add memory to sql chain (#8597) 2023-10-03 12:04:39 -07:00
test_tot.py