From 120e82ccd64a4a2a95e763eb05b4e4aefb188396 Mon Sep 17 00:00:00 2001 From: Josee9988 Date: Thu, 8 Jul 2021 13:27:11 +0200 Subject: [PATCH] "documented how to run the tests" --- README.md | 10 ++++++++++ tests/arguments_test.sh | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) delete mode 100755 tests/arguments_test.sh diff --git a/README.md b/README.md index dc975e7..6cd70c9 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,16 @@ and the read and understanding of the [keep a changelog guide](https://keepachan Read and comment about it in this [dev.to post](https://dev.to/josee9988/the-ultimate-github-project-template-1264). We also recommend installing all the [used bots](https://github.com/Josee9988/project-template#-used-github-bots). +## 💉 **Project tests** + +If you want to improve the development of this project, you must, after changing or improving whatever run the project's tests to prove that they are working. + +To do so: + +```bash +bash tests/TESTS_RUNNER.sh +``` + --- ## 🍰 **Supporters and donators** diff --git a/tests/arguments_test.sh b/tests/arguments_test.sh deleted file mode 100755 index c0ba65f..0000000 --- a/tests/arguments_test.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh -# file: examples/arguments_test.sh - -# Load and run shUnit2. -. tests/shunit2