diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ tests that aren't part of the package you're testing." (:is (not (typep "foo" 'optional-int)))) '(or integer null)) #+end_src -*** Running the suite +*** Running Test Suites The above also defines a test suite for the forms defined in the ~:testiere.examples~ package. |