-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
076799e
commit 85a3f8e
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|