langchain/libs/core/tests/unit_tests/runnables
Nuno Campos ccf9c8e0be
Better input and output schemas for chains that start or end with a R… (#15185)
…unnableAssign or RunnablePick

<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

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,
- **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` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

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/docs/integrations` directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
2023-12-26 15:21:13 -08:00
..
__snapshots__ Improve graph repr for runnable passthrough and itemgetter (#15083) 2023-12-22 16:05:48 -08:00
__init__.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
test_config.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00
test_context.py Move runnable context to beta (#14507) 2023-12-11 13:58:30 -08:00
test_graph.py Nc/dec22/runnable graph lambda (#15078) 2023-12-22 14:36:46 -08:00
test_history.py add methods to deserialize prompts that were old (#14857) 2023-12-18 13:45:08 -08:00
test_imports.py Move runnable context to beta (#14507) 2023-12-11 13:58:30 -08:00
test_runnable.py Better input and output schemas for chains that start or end with a R… (#15185) 2023-12-26 15:21:13 -08:00
test_utils.py REFACTOR: Refactor langchain_core (#13627) 2023-11-21 08:35:29 -08:00