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!