This commit is contained in:
Nuno Campos
2024-04-25 11:30:23 -07:00
parent 42b13ef576
commit 61d0f60b8e
2 changed files with 0 additions and 38 deletions
-37
View File
@@ -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;
-1
View File
@@ -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