Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
susundberg committed May 5, 2017
1 parent 076799e commit 85a3f8e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/example_blink_led/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This is simple example for mocking usage.

There are some sources on the 'src' folder -- these would be the real implementations that provide the final image going to your microcontroller.

On the tests folder on the other hand are the unittest sources -- these are the tests that you wrote to verify that the modules work as you wanted. And that they work together as you wanted.

Unfortunately the example is quite small, and you dont really see the true gain of unittesting, you need bigger and more complex project for that, and those projects are then not good examples of the test framework.

0 comments on commit 85a3f8e

Please sign in to comment.