18ee1a3333
Version 3.5.3 bump version to 3.5.3 Version 3.5.2 Fix fall back to old pytest marker API for older pytest version Version 3.5.1 Misc improvements and cleanup. * Support Python 3.6 and 3.7 * Fixes 102 by printing formatted tracebacks in the flaky report * Fixes 119 by ensuring a test is only reported as successful once * Various fixes to docs * Various modifications for pycodestyle/pylint compliance * Updates pytest plugin to prefer the updated workeroutput terminology. * Fixes 129 by adding a pytest marker. Version 3.5.0 Merge pull request 141 from box/v3.5
5 lines
300 B
Text
5 lines
300 B
Text
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.
|