box / flaky

Plugin for nose or pytest that automatically reruns flaky tests.
Apache License 2.0
377 stars 60 forks source link

Configuration file #189

Closed Rizhiy closed 1 year ago

Rizhiy commented 1 year ago

It would be great if run flags can be stored in a configuration file, e.g. pyproject.toml.

It is annoying to keep adding --no-success-flaky-report every time I run pytest.

Rizhiy commented 1 year ago

NVM, I found I can add that flag in pytest directly.