diff options
-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: |