This commit is contained in:
Nuno Campos
2025-02-17 17:12:06 -08:00
parent 4623f7b5da
commit b5c659bc9f
+4 -1
View File
@@ -219,8 +219,11 @@ ENV LANGSERVE_GRAPHS='{"agent": "/deps/__outer_unit_tests/unit_tests/agent.py:gr
WORKDIR /deps/__outer_unit_tests/unit_tests\
"""
assert clean_empty_lines(actual_docker_stdin) == expected_docker_stdin
assert additional_contexts == {
"__outer_graphs_reqs_a": "/Users/nuno/dev/langgraph/libs/cli/examples/graphs_reqs_a"
"__outer_graphs_reqs_a": str(
(pathlib.Path(__file__).parent / "../../examples/graphs_reqs_a").resolve()
)
}