tests/README
author Joerg Sonnenberger <joerg@bec.de>
Sun, 30 Jun 2024 14:16:43 +0200
changeset 51830 208698117124
parent 26421 4b0fc75f9403
permissions -rw-r--r--
http: use urllib's cookie handler Split the logic for loading the cookies based on the configuration in a helper function and otherwise use the library implementation directly.

To run the tests, do:

cd tests/
python run-tests.py

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