A temperature logger project to start learning fundamentals of product design.
Behavioural tests are implemented for the design and they can be found in tests/behavior folder.
- Install Python 3.6 or above
- Install behave
- Install ST-LINK-CLI (comes with STLink utility)
- Ensure that the ST-LINK-CLI is in the path
Run all the tests:
behave
Run a test with tag @test_tag:
behave -t @test_tag