Skip to content

Commit

Permalink
reminding myself how to run these scripts from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja committed Mar 31, 2021
1 parent 999254a commit a5280e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a5280e9

Please sign in to comment.