arduino-photometrics/test
Aurélien Gauthier 729d6aefd3 ouais
2025-12-10 14:33:39 +01:00
..
EEPROM_test_struct.cpp ouais 2025-12-10 14:33:39 +01:00
README clean and add first iteration of gitlab yaml for CI test 2025-12-10 11:12:08 +01:00
unity_config.h change for cli 2025-12-10 13:14:23 +01:00

# Project tests
The project was classic for sensor management, for the treatment and for the main file.
However, the data measure storage (**storage_interface** class), use the EEPROM persistant memory with ordered dynamic storage structure leading to most of the project's complexity who need's to be test.
The [EEPROM_test_struct.cpp](EEPROM_test_struct.cpp) is made for this.

## storage_interface test
The file mainly contain unit test for **getter setter** function and **structure** functions.

**TODO** : Ideally add integration test for globally test project on simple use case.