awesome-pytest-speedup
A collection of tips, tricks and links to help you speed up your pytest suite.
https://github.com/zupo/awesome-pytest-speedup
Last synced: 4 days ago
JSON representation
-
Hardware
-
PYTHONDONTWRITEBYTECODE
-
Be picky!
- `pytest-skip-slow` - -slow`.
- `pytest-incremental` - suite is green and save some CPU minutes.
-
Network access
-
Disk access
-
Database access
-
Only prepare the database once
-
-
pytest-xdist
-
Only prepare the database once
-
-
pytest-split
-
Only prepare the database once
-
-
`pytest --lf`
-
Only prepare the database once
-
-
config.scan()
-
Only prepare the database once
- `config.scan()` - up-tests-with-pytest-and-postgresql-a308b28228fe).
-
Programming Languages
Categories
Sub Categories