tests/README
author pacien <pacien.trangirard@pacien.net>
Fri, 21 Apr 2023 14:33:33 +0200
changeset 50528 8fb3e942473a
parent 26421 4b0fc75f9403
permissions -rw-r--r--
stabletailgraph: naive version of leap computation This adds a naive reference implementation of the computation of leap and specific leap sets (described in the code documentation). The existing tests are enriched accordingly.

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.