Skip to content

Commit 8a02e76

Browse files
committed
Align contributing checks with CI
1 parent 5db4899 commit 8a02e76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Run the lightweight whitespace check for every change and the repository test co
3737

3838
```bash
3939
git diff --check
40-
python -m pytest -q
40+
python3 scripts/runtime_settings.py validate
41+
python3 -m unittest discover -s tests -v
4142
```
4243

4344
For documentation-only changes, at minimum review Markdown links, headings, and bilingual consistency before opening the pull request.

0 commit comments

Comments
 (0)