[tests] add some slow tests
This commit is contained in:
parent
1a2c6ab524
commit
010da1ccf5
7 changed files with 162 additions and 8 deletions
|
|
@ -95,9 +95,13 @@ source my_venv/bin/activate
|
|||
# Install in-place (-e, editable) from ./meanas, including development dependencies ([dev])
|
||||
pip3 install --user -e './meanas[dev]'
|
||||
|
||||
# Run tests
|
||||
# Fast local iteration: excludes slower 3D/integration/example-smoke checks
|
||||
cd meanas
|
||||
python3 -m pytest -rsxX | tee test_results.txt
|
||||
python3 -m pytest -q -m "not complete"
|
||||
|
||||
# Complete pre-commit confidence run: includes the slower integration tests and
|
||||
# tracked example smoke tests
|
||||
python3 -m pytest -q | tee test_results.txt
|
||||
```
|
||||
|
||||
#### See also:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue