0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't put a literal suite object into a test form's macro expnsion. More... about 18 years ago
Removed the default-test-args slot from test-suite. More... about 18 years ago
Add support for collecting profiling information during test runs. More... about 18 years ago
Avoid dobule evaluation of IS-FALSE's argument More... about 18 years ago
Added def-suite* macro More... over 18 years ago
Drop spurious newline More... over 18 years ago
Added :default-test-args parameter to def-suite. More... over 18 years ago
Added :fixture argument to TEST macro More... over 18 years ago
Export results-status More... over 18 years ago
Added :compile-at parameter for test (:run-time :definition-time) More... over 18 years ago
Add new restart called explain which ignores the rest of the tests and expains the current results. More... over 18 years ago
Rebind *package* also when compiling the tests More... over 18 years ago
Print failed tests in the order of execution More... over 18 years ago
Change IS's default resaon strings to show the form which didn't provide the expected value (and, obviously, its value) More... over 18 years ago
Can't use &rest in loop destructuring. Use (expected actual . reason) instead. More... over 18 years ago
Added :fiveam package nickname More... almost 19 years ago
FIX: gentree typo/unsaved file More... almost 19 years ago
Added debug! which is run! but enters the debugger on errors More... almost 19 years ago
Do not warn when redefining a test More... almost 19 years ago
Added a simple gen-tree More... almost 19 years ago
FIX: Store *package* at definition time for tests and rebind it at runtime More... almost 19 years ago
Extended the 'is' macro to support multiple values More... almost 19 years ago
Dropped is-equal and is-string=, added is-every More... almost 19 years ago
Added is-string= More... almost 19 years ago
Added is-equal test More... almost 19 years ago
Added in-suite* that also defines the suite More... almost 19 years ago
Allow to run multiple named tests to be run at once. More... almost 19 years ago
Rebind a copy of *readtable* before running a test More... almost 19 years ago
Princ-ing of Unexpected Error More... almost 19 years ago
Support code limit for gen-character More... almost 19 years ago