summaryrefslogtreecommitdiffstats
path: root/bs_button/test
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2020-03-17 12:00:59 +0100
committermanuel <manuel@mausz.at>2020-03-17 12:00:59 +0100
commitf0ecb4d38fff522c72905a8551355ca925381fa3 (patch)
tree44df19413a3ea38b2729f2ba223b9c3be5b27af3 /bs_button/test
parent1fe1e04f903aaedf4bcde0ae85f58f6644ccedd5 (diff)
downloadarduino-f0ecb4d38fff522c72905a8551355ca925381fa3.tar.gz
arduino-f0ecb4d38fff522c72905a8551355ca925381fa3.tar.bz2
arduino-f0ecb4d38fff522c72905a8551355ca925381fa3.zip
platform io cleanup
Diffstat (limited to 'bs_button/test')
-rw-r--r--bs_button/test/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/bs_button/test/README b/bs_button/test/README
deleted file mode 100644
index df5066e..0000000
--- a/bs_button/test/README
+++ /dev/null
@@ -1,11 +0,0 @@
1
2This directory is intended for PIO Unit Testing and project tests.
3
4Unit Testing is a software testing method by which individual units of
5source code, sets of one or more MCU program modules together with associated
6control data, usage procedures, and operating procedures, are tested to
7determine whether they are fit for use. Unit testing finds problems early
8in the development cycle.
9
10More information about PIO Unit Testing:
11- https://docs.platformio.org/page/plus/unit-testing.html