diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2019-02-16 08:36:37 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2019-02-16 08:36:37 -0800 |
| commit | 2abcef625002ba8ec937efd3ebe647c403574960 (patch) | |
| tree | cc835bc48010020cd927e7d3dddf0123fe7ba5c9 /test | |
| parent | 05ae6ee8d8de1194fe3d7183be5c13422435300b (diff) | |
Add platformio arduino sketch
Diffstat (limited to 'test')
| -rw-r--r-- | test/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/README b/test/README new file mode 100644 index 0000000..df5066e --- /dev/null +++ b/test/README @@ -0,0 +1,11 @@ + +This directory is intended for PIO Unit Testing and project tests. + +Unit Testing is a software testing method by which individual units of +source code, sets of one or more MCU program modules together with associated +control data, usage procedures, and operating procedures, are tested to +determine whether they are fit for use. Unit testing finds problems early +in the development cycle. + +More information about PIO Unit Testing: +- https://docs.platformio.org/page/plus/unit-testing.html |
