mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Add pytest config and key derivation tests
This commit is contained in:
@@ -181,11 +181,11 @@ You can manage the relay list or change the PIN through the **Settings** menu:
|
||||
|
||||
## Running Tests
|
||||
|
||||
SeedPass includes a small suite of unit tests. After activating your virtual environment and installing dependencies, run the tests with **pytest**:
|
||||
SeedPass includes a small suite of unit 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:
|
||||
|
||||
```bash
|
||||
pip install -r src/requirements.txt
|
||||
pytest
|
||||
pytest -vv
|
||||
```
|
||||
|
||||
## Security Considerations
|
||||
|
Reference in New Issue
Block a user