From 3f8c115ee435f25820b080bc07abea0ab4207a48 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Sun, 1 Nov 2020 15:46:28 -0500 Subject: [PATCH] examples/testing: Add subdirectory for feature testing systems --- examples/testing/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/testing/README.md diff --git a/examples/testing/README.md b/examples/testing/README.md new file mode 100644 index 00000000..4d601e35 --- /dev/null +++ b/examples/testing/README.md @@ -0,0 +1,13 @@ +Testing examples +================ + +These examples are made specifically to test features. + +They are not to be used as a normal system, as they likely have some fatal +flaws, either usability-wise (e.g. not usable at all) or security-wise (e.g. +default passwords). + +More details are available inside each testing systems directories. + +Though, please refer to those systems as reference implementation for +validating changes around their features under test!