Setups
Setup describe what you have.
This BalderHub package only provides one single setup class:
- class balderhub.unit.setups.SetupUnit
Bases:
SetupThe universal setup class for all unit tests without devices.
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