Setups

Setup describe what you have.

This BalderHub package only provides one single setup class:

class balderhub.unit.setups.SetupUnit

Bases: Setup

The universal setup class for all unit tests without devices.

class _

Bases: Device

_outer_balder_class

alias of SetupUnit

Note

You must ensure that this class is collected by Balder, otherwise tests with scenarios from this package will not be called. The easiest way to do this is to create a file with setup_balderhub.py (or any other file starting with setup_*) and import the setup into it:

# file `setup_balderhub.py`
from balderhub.unit.setups import SetupUnit