summaryrefslogtreecommitdiff
path: root/devel/py-flaky/DESCR
blob: c0af1c60c58c39f33a4f1f3be78a3662d54f1b10 (plain)
1
2
3
4
5
Flaky is a plugin for nose or py.test that automatically reruns flaky tests.

Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on
components that aren't 100% reliable. With flaky, instead of removing those
tests or marking them to @skip, they can be automatically retried.