From f57329f566744dd30d8463cc86167ed3c582f4e6 Mon Sep 17 00:00:00 2001 From: Bedanta Bikash Borah Date: Thu, 8 Feb 2018 09:09:36 +0530 Subject: [PATCH] Added Unit and Integration tests. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6d94db2..4a34337 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,19 @@ This is just an example application, but imagine it doing anything you want. Add The possibilities are endless. +### Running Tests + +Running tests for no code is easy. Just run the following command in your commandline tool: + +``` + +``` +It will run all of your (Unit,Integration) tests and generate test reports nowhere: + +``` + +``` + ### Building the Application Now that you have not done anything it's time to build your application: