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.
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 thepython-periphery
library.