There was an error while loading. Please reload this page.
1 parent 5db4899 commit 8a02e76Copy full SHA for 8a02e76
1 file changed
CONTRIBUTING.md
@@ -37,7 +37,8 @@ Run the lightweight whitespace check for every change and the repository test co
37
38
```bash
39
git diff --check
40
-python -m pytest -q
+python3 scripts/runtime_settings.py validate
41
+python3 -m unittest discover -s tests -v
42
```
43
44
For documentation-only changes, at minimum review Markdown links, headings, and bilingual consistency before opening the pull request.
0 commit comments