aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-02-04 11:06:12 -0800
committercolin <colin@cicadas.surf>2024-02-04 11:06:12 -0800
commitb885f2ef3103cfb74e02d96ef57b5e45b0c11d77 (patch)
tree35ae08af80d3b393cbc59311cacbdc8ad3a8d6dc
parent8b03deb4f8a2cede23593ce1ddc9e235588de3f4 (diff)
Readme phrasing
-rw-r--r--README.org7
1 files 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: