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