What changed, and why it matters
This commit only adds a helpful note to the README explaining that the test suite can be run faster in parallel using a pytest plugin called pytest-xdist. It does not change any program code, fix any bug, or alter any security-related behavior.
No security action needed; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-line documentation addition to README.md under the testing instructions. It notes that pytest tests -v can be parallelized with -n auto via the pytest-xdist plugin. No source code, dependencies, build scripts, or configuration files were modified.
Changed components
Inspect captured patch +1 / −0
diff --git a/README.md b/README.md
index 7474b73..500f2ec 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,7 @@ Run unit tests with `pytest`:
```
$ pytest tests -v
```
+(can be parallelized with `-n auto` option, using [`pytest-xdist`](https://github.com/pytest-dev/pytest-xdist) plugin)
To run a single file, specify it directly like this:
```
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.