mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Move root tests to src/tests and update configuration
This commit is contained in:
@@ -188,7 +188,7 @@ Back in the Settings menu you can:
|
||||
|
||||
## Running Tests
|
||||
|
||||
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:
|
||||
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:
|
||||
|
||||
```bash
|
||||
pip install -r src/requirements.txt
|
||||
|
@@ -1,3 +1,4 @@
|
||||
[pytest]
|
||||
log_cli = true
|
||||
log_cli_level = INFO
|
||||
testpaths = src/tests
|
||||
|
Reference in New Issue
Block a user