Merge pull request #419 from PR0M3TH3AN/codex/verify-pytest-xdist-in-requirements

Update test docs
This commit is contained in:
thePR0M3TH3AN
2025-07-09 10:12:15 -04:00
committed by GitHub

View File

@@ -379,7 +379,7 @@ Back in the Settings menu you can:
## Running Tests
SeedPass includes a small suite of unit tests located under `src/tests`. After activating your virtual environment and installing dependencies, run the tests with **pytest**. Use `-vv` to see INFO-level log messages from each passing test:
SeedPass includes a small suite of unit tests located under `src/tests`. **Before running `pytest`, be sure to install the test requirements.** Activate your virtual environment and run `pip install -r src/requirements.txt` to ensure all testing dependencies are available. Then run the tests with **pytest**. Use `-vv` to see INFO-level log messages from each passing test:
```bash