Test modules (pyobs.modules.test)

Test modules. TODO: write doc

StandAlone

class StandAlone(message: str = 'Hello world', interval: int = 10, **kwargs: Any)

Bases: Module

Example module that only logs the given message forever in the given interval.

Creates a new StandAlone object.

Parameters:
  • message – Message to log in the given interval.

  • interval – Interval between messages.