tests/README
author Raphaël Gomès <rgomes@octobus.net>
Mon, 09 Jan 2023 18:04:29 +0100
changeset 49918 4158608f7786
parent 26421 4b0fc75f9403
permissions -rw-r--r--
rust-clippy: tell clippy we care about keeping those `if` clauses separate Thses were written this way because it spells out the logic in a more explicit manner.

To run the tests, do:

cd tests/
python run-tests.py

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