From b885f2ef3103cfb74e02d96ef57b5e45b0c11d77 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 4 Feb 2024 11:06:12 -0800 Subject: Readme phrasing --- README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index cd9ebbe..7a03571 100644 --- a/README.org +++ b/README.org @@ -20,10 +20,9 @@ This approach has several beneifts: end up compiled into executable code unless ~testiere~ is "on"), you get purposeful documentation of your code for free. Why read a comment when there's a test!? -4. **Automatic Test Suite Definition** Tests of definition forms are - automatically added to a test suite associated with the package of - the name being defined. These tests can be run using - ~testiere:run-suites~. +4. **Automatic Test Suite Definition** Tests are automatically added + to test suites. There is one suite per package in which testiere + tests appear. These tests can be run using ~testiere:run-suites~. Out of the box, ~testiere~ supports testing of the following: -- cgit v1.2.3