fiveam.git
2007-06-26 Marco BaringerDon't put a literal suite object into a test form's...
2007-06-26 Marco BaringerAdd support for collecting profiling information during...
2007-06-26 Marco BaringerAvoid dobule evaluation of IS-FALSE's argument
2007-03-24 Marco BaringerAdded def-suite* macro
2007-03-23 Marco BaringerDrop spurious newline
2007-03-23 Marco BaringerAdded :default-test-args parameter to def-suite.
2007-03-23 Marco BaringerAdded :fixture argument to TEST macro
2007-01-09 Marco BaringerExport results-status
2006-12-19 Levente MészárosAdd new restart called explain which ignores the rest...
2006-12-20 Attila LendvaiAdded :compile-at parameter for test (:run-time :defini...
2006-12-09 Attila LendvaiRebind *package* also when compiling the tests
2006-12-09 Attila LendvaiPrint failed tests in the order of execution
2006-11-10 Attila LendvaiAdded :fiveam package nickname
2006-12-06 Marco BaringerChange IS's default resaon strings to show the form...
2006-12-06 Marco BaringerCan't use &rest in loop destructuring. Use (expected...
2006-11-09 Attila LendvaiFIX: gentree typo/unsaved file
2006-11-07 Attila LendvaiAdded debug! which is run! but enters the debugger...
2006-10-16 Attila LendvaiDo not warn when redefining a test
2006-10-16 Attila LendvaiAdded a simple gen-tree
2006-10-14 Attila LendvaiFIX: Store *package* at definition time for tests and...
2006-10-01 Attila LendvaiExtended the 'is' macro to support multiple values
2006-10-01 Attila LendvaiDropped is-equal and is-string=, added is-every
2006-09-30 Attila LendvaiAdded is-string=
2006-09-30 Attila LendvaiAdded is-equal test
2006-09-30 Attila LendvaiAdded in-suite* that also defines the suite
2006-09-29 Levente MészárosAllow to run multiple named tests to be run at once.
2006-09-02 Attila LendvaiRebind a copy of *readtable* before running a test
2006-09-01 Kilian SprottePrinc-ing of Unexpected Error
2006-08-31 Attila LendvaiSupport code limit for gen-character
2006-04-08 Marco BaringerAdedd gen-one-element
2006-03-13 Marco BaringerAdded gen-buffer generator
2006-02-15 Donavon KeithleyFix (signals error ...), was always passing
2006-02-10 Marco BaringerFix IS macro's handling of the default (unknown) case
2006-02-02 Marco BaringerFix bug in defalut handling of IS macro
2006-01-26 Marco BaringerAdded tests for FOR-ALL
2006-01-26 Marco BaringerAllow for-all bindings to be lists used with destructur...
2006-01-26 Marco BaringerFix stupid bug in gen-character
2006-01-26 Marco BaringerDocument what happens when re-evaluating def-suite...
2006-01-24 Marco BaringerTypo: Use *run-test-when-defined* in test macro. (Repor...
2006-01-24 Marco BaringerExport *run-test-when-defined*
2006-01-24 Marco BaringerAdded *run-test-when-defined* variable.
2006-01-24 Marco BaringerExport gen-float and gen-list
2006-01-24 Marco BaringerDrop us of defgenerator, document the generators.
2006-01-24 Marco BaringerAdded gen-float
2006-01-24 Marco BaringerUse defgenerator and not defun for gen-list and gen...
2006-01-24 Marco BaringerTEST macro now recompiles the body on every run.
2006-01-24 Marco BaringerFix thinko in test's docstring
2006-01-24 Marco BaringerDefault minimum for gen-integer is most-negative-fixnum...
2006-01-23 Marco BaringerUpdate copyright notices to 2006
2006-01-22 Marco BaringerFix api-breakage in SIGNALS.
2006-01-22 Marco BaringerMinor qbook fixups in random.lisp
2006-01-22 Marco BaringerExport EXPLAIN!
2006-01-22 Marco BaringerAdded t/examples.lisp to the qbook output
2006-01-22 Marco BaringerAdded docs directory
2006-01-20 Marco BaringerAllow SIGNALS marco to have a description
2006-01-20 Marco BaringerMade run!'s first argument optional (defaults to *suite*)
2006-01-20 Marco BaringerAdded :alphanumericp keyword to gen-character
2006-01-20 Marco BaringerRemoved fail-guard-conditions tset from example code
2006-01-20 Marco BaringerAdded *num-trials*, *max-trials* and checking of whethe...
2006-01-20 Marco BaringerRemove silly debugging forms from example.lisp
2006-01-20 Marco BaringerMispelt file in fiveam.asd
2006-01-19 Marco BaringerInitial version of random testing
2006-01-19 Peter Gijselsalternative implementation of *debug-on-failure* (witho...
2006-01-18 Marco BaringerUNDO: Added *debug-on-failure* (Suggested by: Peter...
2006-01-18 Marco BaringerAdded *debug-on-failure* (Suggested by: Peter Gijsels...
2006-01-18 Marco BaringerFix a few typos in the docs. (Reported by: Peter Gijsel...
2006-01-18 Marco Baringerminor indentation fix
2006-01-18 Marco Baringerminor qbook fixup
2006-01-18 Marco BaringerSet the default-reason-args in all the various forms...
2005-12-14 Marco BaringerFix annoying and hard to track down double evaluation...
2005-12-10 Marco BaringerInitialize the test-expr slot for unexpected-error...
2005-12-10 Marco BaringerSupply slightly less cryptic error messages when mispel...
2005-12-09 Chris DeanAdd the *verbose-failures* flag
2005-11-05 Marco BaringerEscape { and } chars in baring regexps
2005-10-28 Luca Capelloremove debian/ folder
2005-08-17 Marco BaringerComments talked about #+fiveame, code said #+5am. corre...
2005-08-16 Alan ShieldsAdd :fiveam to *features*
2005-08-10 Marco BaringerFix bugs in the handling and reporting of unexpected...
2005-07-20 Marco BaringerThe default value of *debug-on-error* should be NIL...
2005-07-20 Marco BaringerInitial import of FiveAM code. This is exactly equal...
2005-07-20 Marco BaringerSetup the .boring file