Skip to content

Commit 6d927fa

Browse files
author
Vasileios Karakasis
committed
Add missing figure to tutorial
1 parent 87ee32a commit 6d927fa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/_static/img/deps-complex.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/tutorial_tips_tricks.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,12 @@ This option is useful when you combine it with the various test filtering option
367367
For example, you might want to rerun only the failed tests or just a specific test in a dependency chain.
368368
Let's see an artificial example that uses the following test dependency graph.
369369

370+
.. figure:: _static/img/deps-complex.svg
371+
:align: center
372+
373+
:sub:`Complex test dependency graph. Nodes in red are set to fail.`
374+
375+
370376

371377
Tests :class:`T2` and :class:`T8` are set to fail.
372378
Let's run the whole test DAG:

0 commit comments

Comments
 (0)