:py:mod:`pytest_flakefighters.config` ===================================== .. py:module:: pytest_flakefighters.config .. autoapi-nested-parse:: This module defines all the configuration options in a dictionary. Keys should be of the form `(--long-name, -L)` or just `(--long-name,)`. Options can then be specified on the commandline as `--long-name` or in a configuration file as `long_name`. Options specified on the commandline will override those specified in configuration files. Module Contents --------------- .. py:data:: rerun_strategies .. py:data:: options