str0zzapreti / pytest-retry

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

Add exception filter #11

Closed str0zzapreti closed 11 months ago

str0zzapreti commented 11 months ago

Exceptions can be filtered or excluded by mark or globally using two new hooks. Added dev requirements (black, mypy) Updated documentation to cover new features