Skip to content

pageload_smoketest.py: Add --list-tests/--test options - #1630

Merged
cpeel merged 1 commit into
DistributedProofreaders:masterfrom
bpfoley:smoke-test-names
Sep 6, 2026
Merged

pageload_smoketest.py: Add --list-tests/--test options#1630
cpeel merged 1 commit into
DistributedProofreaders:masterfrom
bpfoley:smoke-test-names

Conversation

@bpfoley

@bpfoley bpfoley commented Sep 6, 2026

Copy link
Copy Markdown
Collaborator

To allow a listed subset of smoketests to be run.
Particularly useful for golden reference checks with --verbose

Example uses:

pageload_smoketest.py -t RecordProjectStateCounts
pageload_smoketest.py -t RecordProjectStateCounts -t RecordUserCounts
pageload_smoketest.py -t 'Record*'
pageload_smoketest.py -t 'Record*' -t '*-projectmgr-*'
pageload_smoketest.py -t 'Record*,*-projectmgr-*'

To allow a listed subset of smoketests to be run.
Particularly useful for golden reference checks with `--verbose`

Example uses:

```
pageload_smoketest.py -t RecordProjectStateCounts
pageload_smoketest.py -t RecordProjectStateCounts -t RecordUserCounts
pageload_smoketest.py -t 'Record*'
pageload_smoketest.py -t 'Record*' -t '*-projectmgr-*'
```
@cpeel
cpeel merged commit 4f20ab6 into DistributedProofreaders:master Sep 6, 2026
12 checks passed
@bpfoley
bpfoley deleted the smoke-test-names branch September 6, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants