This version of the plugin is compatible with Python 3.x and SpiraTest/SpiraTeam/SpiraPlan 6.+
The latest documentation for using this extension can be found at http://spiradoc.inflectra.com/Unit-Testing-Integration/Integrating-with-PyTest/
The plugin is optimized to have zero overhead when disabled. If you're not using Spira integration, you can disable it in several ways:
pytest --spira-disabledSet enabled = false in your spira.cfg:
[settings]
enabled = falseIf you're not using Spira at all, simply don't include spira.cfg or .env.spira files in your project.
- When disabled, the plugin performs minimal checks and exits immediately
- No configuration parsing or file I/O occurs after the first test when disabled
- Tests run at full speed with no measurable overhead from the plugin