Skip to content

Commit

Permalink
Changes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
aplteam committed Oct 2, 2024
2 parents 3fa4d28 + bf139ba commit 12e3f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 12e3f72

Please sign in to comment.