From 77bc8262edf8a0497ff74c3f344a4f44d203dc16 Mon Sep 17 00:00:00 2001 From: Escalion Date: Fri, 6 Mar 2020 16:24:59 +0000 Subject: [PATCH] Implement Unit Testing As per the operating norm of organisations worldwide, no code was missing unit testing. This commit includes a fully automated unit testing library for use with no code. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6d94db2..6f194f0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,23 @@ Yep. That's it. You should see the following output: ``` +### Testing + +No code includes integrated unit testing, with tests that are automatically inferred from the code. +To run these unit tests, simply: + +``` + +``` + +And if you have written your no code application correctly, you should see the following output: + +``` + +``` + +Simple, right? + ### Deploying While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.