mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-23 08:02:23 +02:00
Update
This commit is contained in:
@@ -2082,43 +2082,6 @@
|
||||
'''
|
||||
# ---
|
||||
# name: test_nested_graph_xray.2
|
||||
'''
|
||||
+-----------+
|
||||
| __start__ |
|
||||
+-----------+
|
||||
*
|
||||
*
|
||||
*
|
||||
+-----------+
|
||||
| condition |.....
|
||||
.....+-----------+... .......
|
||||
.... .... .........
|
||||
..... ... .......
|
||||
... .... .........
|
||||
+--------------------+ .. ....
|
||||
| tool_two:condition | . .
|
||||
+--------------------+ . .
|
||||
... ... . .
|
||||
... ... . .
|
||||
.. .. . .
|
||||
+------------------------+ +------------------------+ . .
|
||||
| tool_two:tool_two_slow | | tool_two:tool_two_fast | . .
|
||||
+------------------------+ +------------------------+ . .
|
||||
*** *** . .
|
||||
*** *** . .
|
||||
** ** . .
|
||||
+------------------+ +----------+ +------------+
|
||||
| tool_two:__end__ | | tool_one | ****| tool_three |
|
||||
+------------------+** ***+----------+******** +------------+
|
||||
**** *** ********
|
||||
***** *************
|
||||
*** ******
|
||||
+---------+
|
||||
| __end__ |
|
||||
+---------+
|
||||
'''
|
||||
# ---
|
||||
# name: test_nested_graph_xray.3
|
||||
'''
|
||||
%%{init: {'flowchart': {'curve': 'linear'}}}%%
|
||||
graph TD;
|
||||
|
||||
@@ -3874,7 +3874,6 @@ def test_nested_graph_xray(snapshot: SnapshotAssertion) -> None:
|
||||
|
||||
assert app.get_graph(xray=True).to_json() == snapshot
|
||||
assert app.get_graph().draw_ascii() == snapshot
|
||||
assert app.get_graph(xray=True).draw_ascii() == snapshot
|
||||
assert app.get_graph(xray=True).draw_mermaid() == snapshot
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user