str0zzapreti / pytest-retry

A simple plugin for retrying flaky tests in CI environments
MIT License
27 stars 6 forks source link

added condition arg for flaky mark #15

Closed str0zzapreti closed 10 months ago

str0zzapreti commented 10 months ago

the flaky mark now has an additional arg condition which enables further control over when tests are retried based on generic conditionals. Updated documentation to include the new arg Added a test to validate new functionality