balderglob.py API

The balderglob.py file is the central configuration file for your balder session. This section contains all important objects you can use here.

The setting class BalderSetting

class balder.BalderSettings

This class can be overwritten to manipulate the default settings for the balder test system. You can overwrite these settings by defining a subclass in your balderglob.py.

force_covered_by_duplicates = False

specifies that the test run should include duplicated tests that are declared as @covered_by another test method

used_global_connection_tree = ''

specifies the connection tree identifier that should be used as global identifier (”” is the default one)