Scenarios

Scenarios describe what you need. They define the tests and the necessary devices for them.

This BalderHub package only provides one single scenario class:

class balderhub.unit.scenarios.ScenarioUnit

Bases: Scenario

Scenario base class that can be used for test scenarios without any devices.

Note

Please do not forget to add the SetupUnit to your environment. Tests will only be collected when this setup is active.

class _

Bases: Device

_outer_balder_class

alias of ScenarioUnit