Pytest features
- Organize and run tests per directory (test discovery).
- Run tests by name matching.
- Run tests by mark (smoke, integration, db).
- Run tests in parallel with the xdist plugin.
- A wealth of plugins. (e.g. test coverage reporting.)
- Create your own fixtures and distribute them.
- Create your own plugins and distribute them.