From a65ed2bd05bff5c1ba486e5479dbdeeba7d5af45 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 27 Jul 2025 08:02:29 -0700 Subject: [PATCH] Update testing instructions Signed-off-by: Emmanuel Ferdman --- bin/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/README.md b/bin/README.md index 9dfbce0a..838285ab 100644 --- a/bin/README.md +++ b/bin/README.md @@ -22,13 +22,13 @@ The tools are as follows: ```bash # Run all tests: - ./bin/tests.sh + ./bin/test.sh # Run just the tests associated with the rest framework: - ./bin/tests.sh rest + ./bin/test.sh rest # Run just the Apprise config related unit tests - ./bin/tests.sh config + ./bin/test.sh config ``` - :gear: `checkdone.sh`: This script just runs a lint check against the code to make sure there are no PEP8 issues and additionally runs a full test coverage report. This is what will happen once you check in your code. Nothing can be merged unless these tests pass with 100% coverage. So it's useful to have this handy to run now and then. @@ -50,7 +50,7 @@ export PATH="$(pwd)/bin:$PATH" ## RPM Testing -Apprise is also packaged for Redhat/Fedora as an RPM. To verify this processs works correctly an additional tool called `build-rpm.sh` is provided. It's best tested using the Docker environments: +Apprise is also packaged for Redhat/Fedora as an RPM. To verify this process works correctly an additional tool called `build-rpm.sh` is provided. It's best tested using the Docker environments: ```bash # To test with el9; do the following: docker-compose run --rm rpmbuild.el9 build-rpm.sh