Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 607 Bytes

PowerPi - powerpi_common_test - Python Library

PowerPi Common Test Python library provides all the shared test code utilised by the powerpi_common library and the controllers.

The library is built using python, with dependencies using poetry.

Testing

This library provides no tests of its own as the test code is executed as part of the tests for powerpi_common and controller test suites.

Local Execution

This library cannot be executed itself, its code is executed within powerpi_common and the controllers that depend on it when executing their tests.