aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2019-02-16 08:36:37 -0800
committerD Delmar Davis <don@suspectdevices.com>2019-02-16 08:36:37 -0800
commit2abcef625002ba8ec937efd3ebe647c403574960 (patch)
treecc835bc48010020cd927e7d3dddf0123fe7ba5c9 /test
parent05ae6ee8d8de1194fe3d7183be5c13422435300b (diff)
Add platformio arduino sketch
Diffstat (limited to 'test')
-rw-r--r--test/README11
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