EdgePi-Cloud / edgepi-python-sdk

Python SDK to control EdgePi, an industrial PC/PLC/IoT device powered by Raspberry Pi CM4
MIT License
6 stars 3 forks source link

Create EEPROM integration test on keys #347

Open jarell-santella opened 1 year ago

jarell-santella commented 1 year ago

There needs to be an integration test to test adding keys to the EEPROM. Currently, there is a unit test for this but this is unrealistic as we are mocking python-periphery and therefore we are hiding any errors that may come from I2C or somewhere else related to the python-periphery library.