Rename tests/sanity.py to tests/checkers.py (#563)

This change renames tests/sanity.py -> tests/checkers.py.

The term sanity is not very clear and potentially offensive, and it's
already used by `ansible-test sanity` to mean something different.

Fixes: https://github.com/ansible/ansible-documentation/issues/530
This commit is contained in:
Maxwell G
2023-10-18 15:33:14 -05:00
committed by GitHub
parent c008f3d074
commit a986664e99
2 changed files with 4 additions and 4 deletions

View File

@@ -29,9 +29,9 @@ jobs:
run: |
python docs/bin/clone-core.py
- name: Run docs-build Sanity
- name: Run docs-build Checkers
run: |
python tests/sanity.py docs-build
python tests/checkers.py docs-build
docs_sanity_rstcheck:
name: rstcheck
@@ -53,9 +53,9 @@ jobs:
run: |
python docs/bin/clone-core.py
- name: Run rstcheck Sanity
- name: Run rstcheck Checkers
run: |
python tests/sanity.py rstcheck
python tests/checkers.py rstcheck
nox:
uses: ./.github/workflows/reusable-nox.yml