From bf139ba03245c65a59e506a4011404f8169f09bb Mon Sep 17 00:00:00 2001 From: Kai Jaeger Date: Mon, 30 Sep 2024 17:02:15 +0200 Subject: [PATCH] Update README.md Couple of minor improvements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa4a62c..50575ed 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Tester2: Test Framework for Unit Tests in Dyalog APL -`Tester2` offers a comprehensive suite of features for building and managing test cases in complex scenarios. Here's a brief overview of its capabilities**: +`Tester2` offers a comprehensive suite of features for building and managing test cases in complex scenarios. Here's a brief overview of its capabilities: * **Automatic Test Execution**: Tests can be executed automatically based on naming conventions. * **Test Organisation**: Tests can be organised into groups for better management. -* **Flexible Execution Options**: You have the flexibility to execute all tests, specific groups of tests, all groups except certain ones, or individual tests. +* **Flexible Execution Options**: You can execute all tests, specific groups of tests, all groups except certain ones, or individual tests. * **Flow Control with Helper Functions**: These functions allow for the continuation or immediate stop of test execution upon failure, facilitating in-depth investigation when needed. @@ -17,7 +17,7 @@ * **Test Function Return Values**: Test functions return integers that are translated into symbolic names like “OK”, “Failure”, “MacOnly”, etc. You can also define additional symbolic names for custom purposes. -* **Execution Control**: The framework can be set to pause before executing an init, test, or clean-up function, or any mixture of them. +* **Execution Control**: The framework can be set to pause before executing an initialisation, test or clean-up function, or any combination of them. * **Batch mode**: The tests can be executed in batch mode, resulting in a Boolean indicating success or failure and a detailed report.