diff options
author | colin <colin@cicadas.surf> | 2024-02-04 11:06:12 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-02-04 11:06:12 -0800 |
commit | b885f2ef3103cfb74e02d96ef57b5e45b0c11d77 (patch) | |
tree | 35ae08af80d3b393cbc59311cacbdc8ad3a8d6dc | |
parent | 8b03deb4f8a2cede23593ce1ddc9e235588de3f4 (diff) |
Readme phrasing
-rw-r--r-- | README.org | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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: |