From 6be463bb89effd684a1672e73a8ac6df17cdb17e Mon Sep 17 00:00:00 2001 From: madumlao Date: Fri, 9 Feb 2018 17:08:46 +0800 Subject: [PATCH] Add test suite --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6d94db2..61ad500 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,20 @@ Yep. That's it. You should see the following output: ``` +#### Running the test suite + +No code uses the no tests framework. Simply execute: + +``` + +``` + +If nothing was outputted, or the `$?` gives a 0 return value, then all tests were successful. + +``` + +``` + ### 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.