Skip to content

Commit

Permalink
glamr/tests: add note about linkchecker to module doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
robert102 committed Nov 21, 2024
1 parent 7aaefd8 commit 224a8c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mibios/glamr/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
python3 -m coverage run --branch --source=./mibios ./manage.py test
python3 -m coverage html -d cov_html
How to create or re-create the test fixture run the AAALoadMetaDataTests test
To create or re-create the test fixture run the AAALoadMetaDataTests test
first.
Whole site testing suggestion:
linkchecker [--user=<user>] -r <2|3> -F text --no-robots <url>
"""
import logging
import re
Expand Down

0 comments on commit 224a8c6

Please sign in to comment.