Installation¶
Requirements¶
- Python 3.9 or higher
- pytest 7.0.0 or higher
Install from PyPI¶
Install from Source¶
Verify Installation¶
After installation, verify that the plugin is registered with pytest:
You should see pytest_uuid in the list of plugins, or you can check directly:
Next Steps¶
Head to the Quick Start guide to learn how to use pytest-uuid in your tests.