Run tests ========= Unit tests can be run with `pytest `_: .. code-block:: bash pip install -e .[test] # Install requirements We provide a mock implementation that allows you to execute the tests for SF06-LF without hardware. .. code-block:: bash pytest # Run all tests for SF06-LF using a driver mock To use the real hardware you have to connect your SF06-LF sensor to a `SensorBridge `_ on port 1. Assuming the SensorBridge is attached to COM1 you can start the tests with the following command: .. code-block:: bash pytest --serial-port=COM1 # Run all tests for SF06-LF on the sensor attached to COM1 .. note:: The SensorBridge must have default settings (baudrate 460800, address 0)