This is a demo project used in a lecture about Embedded TDD using PlatformIO, Unity, fff and FakeIt.
I'm using dose to demo TDD usage with PIO:
pip install dose
You may run all the test:
dose "pio test -v 2>&1"
or a specific submodule:
dose "pio test -v -f test_fakeit 2>&1"