1.0 Automated Tests {#TST001}

Automated Tests

Whether desktop or CI, run these tests from the project root, after installing Python and Tox:

tox -e py

To see test output, ie, code under test and print statements, append the following positional arg to the above tox command:

tox -e py -- no

1.1 TST002 {#TST002}

Test default settings:

tests/test_diagram.py (line 75) tests/test_diagram.py (line 105)

Parent links: REQ002, REQ004

1.2 TST003 {#TST003}

Test non-default settings:

tests/test_diagram.py (line 43)

Parent links: REQ003

1.3 TST004 {#TST004}

Test subgraph and node labels:

tests/test_diagram.py (line 89)

Parent links: REQ005, REQ006