0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add macro DEF-TEST with a different arglist than TEST and deprecate TEST More... about 13 years ago
Remove warning about fixture redefinition More... about 13 years ago
Fix typo More... about 13 years ago
Better arglists for DEF-FIXTURE and WITH-FIXTURE More... about 13 years ago
Fix typo More... about 13 years ago
Create named test lambdas More... about 13 years ago
Release 1.0 More... about 13 years ago
Fix typo More... over 13 years ago
Use keywords with LOOP More... over 13 years ago
Fix typo More... over 13 years ago
EXPLAIN: call TERPRI on the actual argument More... over 13 years ago
Add docstring to EXPLAIN More... over 13 years ago
Use ROTATEF More... over 13 years ago
Fix modelines More... over 13 years ago
Rename packages.lisp to package.lisp More... over 13 years ago
Replace mailing-list address with the new one More... over 13 years ago
Use DEFGENERIC More... over 13 years ago
Drop dependency on Arnesi, use Alexandria instead More... over 13 years ago
Use lowercase-only characters for package names to fix compilation on Allegro More... over 13 years ago
Fix indentation, whitespace More... over 13 years ago
silence redefining fixture warning More... over 16 years ago
make gen-character more robust code-char is allowed to return NIL for a given code. gen-character now checks for this, so that it will always return a character. More... over 17 years ago
Don't inline package object in ECL (breaks compilation). More... over 17 years ago
added :before depends-on option to be used when you really want to safeguard that some other test has not run first. More... almost 18 years ago
depends-on with single symbol resolves dependencies ok More... almost 18 years ago
bugfixed test of depends on symbol More... almost 18 years ago
tests for dependencies with symbol More... almost 18 years ago
add an (eval-when ...) when defining a test suite More... almost 18 years ago
def-suite should expand into an (eval-when (:always) ...) not a progn More... about 18 years ago
There is no fixture named foo, wtf? More... about 18 years ago