From a5280e9671dcdc1cc6ade40c1ab018e334952a2e Mon Sep 17 00:00:00 2001 From: Robin Wood Date: Wed, 31 Mar 2021 11:53:30 +0100 Subject: [PATCH] reminding myself how to run these scripts from the command line --- tests/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 000000000..31f34892f --- /dev/null +++ b/tests/README.md @@ -0,0 +1,14 @@ +# Tests + +## Usage + +To run these scripts manually, run the following from the document root: + +``` +python3 -m pytest -s +``` + +## test_url.py + +This test will find all fully qualified URLs mentioned in any PHP script and will check if the URL is still alive. This helps weed out dead links from documentation and references. +