Welcome to pytest-ignore-flaky documentation!

pytest-ignore-flaky : ignore failures from flaky tests (pytest plugin) https://pypi.python.org/pypi/pytest-ignore-flaky

The MIT License - see LICENSE file Copyright (c) 2015 Eduardo Naufel Schettino

class pytest_ignore_flaky.PluginIgnoreFlaky

Bases: object

pytest_runtest_makereport(item, call)

Turn failures into xfail if test is marked as “flaky”.

pytest_ignore_flaky.pytest_addoption(parser)

py.test hook: register argparse-style options and config values

pytest_ignore_flaky.pytest_configure(config)

Register plugin only if any of its option is specified

Indices and tables