fiveam.git
2013-06-14 Olof-Joachim... Shut up warnings about unknown *SUITE* variable. v1.2-suite-warnings
2013-02-11 Marco BaringerMinor whitespace/documentation fixes
2013-02-09 Marco BaringerAdd more documentation for random-checking.
2013-02-09 Marco BaringerAdded simple rt compability layer (RT api backed by...
2013-02-09 Marco BaringerMerge branch 'rt'
2013-02-09 Marco BaringerMerge remote-tracking branch 'cl-fiveam/master'
2013-02-09 Marco BaringerMerge remote-tracking branch 'cl-fiveam/master' into rt
2013-01-24 Stelian IonescuDon't signal a warning when the old TEST macro is used
2012-12-19 Marco BaringerRemove in-suite* and def-suite*.
2012-12-19 Marco BaringerAdded short section about random testing to the manual.
2012-12-19 Marco BaringerRemoved functions !, !! and !!!.
2012-12-17 Marco BaringerMove some of the 'dwim' logic out of the IS macro and...
2012-12-10 Marco BaringerMove the IS macro's string formatting out of the IS...
2012-12-10 Marco BaringerDocument the handling of values in the IS check macro.
2012-12-10 Marco BaringerAdded .gitignore
2012-12-08 Marco BaringerPut some code examples into the manual
2012-12-04 Marco BaringerDon't need darcs' .boring file anymore...
2012-12-04 Marco BaringerMore documentation (suites and fixtures)
2012-12-04 Kiyoshi MizumaruUse correct case for package name and suite name (for...
2012-12-02 Marco BaringerMerge remote-tracking branch 'strawhatguy/master'
2012-12-02 Marco BaringerAdd in TODO note
2012-11-30 Marco BaringerGive credit where it's due.
2012-11-30 Marco BaringerInitial (buggy and incomplete) version of manual and...
2012-11-30 Marco BaringerDocstring fixups (added some clarificatino here and...
2012-11-30 Marco BaringerExport *num-trials* and *max-trials*
2012-11-29 Marco BaringerRenamed the default suite to T; allow a suite parameter...
2012-11-29 Marco BaringerAdded :default and :error arguments to get-test (instea...
2012-11-29 Marco BaringerUpdate the *suites* variable in make-suite, not def...
2012-11-29 Marco BaringerExplicityl make the *suites* hash table an eql table
2012-11-29 Marco BaringerMerge remote-tracking branch 'cddr/introspection'
2012-11-29 Marco BaringerRemoved if-bind and aif since these are already in...
2012-11-29 Marco Baringerminor docstring reindentation
2012-11-29 Marco BaringerAdded ability to specify fixtures on the suite object...
2012-11-29 Marco BaringerCleanup docstrings
2012-11-29 Marco BaringerAdded :MIN and :MAX arguments to GEN-FLOAT
2012-11-18 Matthew CurryBetter pretty-printing of failed test result values
2012-11-18 Stelian IonescuUse package locks on SBCL
2012-11-18 Stelian IonescuBetter variable name
2012-11-18 Robert GoldmanReturn list of failed tests as second value of RUN
2012-11-18 Stelian IonescuRemove redundant lambda
2012-11-18 Matthew CurryMake the default test failure output a bit nicer
2012-11-04 Andy ChambersAdd function list-all-suites
2012-08-24 Olof-Joachim... Fix typos.
2012-08-24 Olof-Joachim... Typo.
2012-08-23 Olof-Joachim... Implement RUN-ALL-TESTS and friends.
2012-08-23 Olof-Joachim... Split common functionality.
2012-08-23 Olof-Joachim... Typos.
2012-07-29 Stelian IonescuMove most of the expansion of DEF-TEST into the functio...
2012-07-29 Stelian IonescuRemove unnecessary REM-FIXTURE in the test suite
2012-07-29 Stelian IonescuUse DEF-TEST in internal test suite
2012-07-29 Stelian IonescuAdd macro DEF-TEST with a different arglist than TEST...
2012-07-29 Stelian IonescuRemove warning about fixture redefinition
2012-07-29 Stelian IonescuFix typo
2012-07-29 Stelian IonescuBetter arglists for DEF-FIXTURE and WITH-FIXTURE
2012-07-29 Stelian IonescuFix typo
2012-07-29 Stelian IonescuCreate named test lambdas
2012-06-01 Stelian IonescuRelease 1.0
2012-04-25 Stelian IonescuFix typo
2012-04-23 Stelian IonescuUse keywords with LOOP
2012-04-23 Stelian IonescuFix typo
2012-04-23 Stelian IonescuEXPLAIN: call TERPRI on the actual argument
2012-04-23 Stelian IonescuAdd docstring to EXPLAIN
2012-04-23 Stelian IonescuUse ROTATEF
2012-04-23 Stelian IonescuFix modelines
2012-04-23 Stelian IonescuRename packages.lisp to package.lisp
2012-04-21 Stelian IonescuReplace mailing-list address with the new one
2012-04-21 Stelian IonescuUse DEFGENERIC
2012-04-21 Stelian IonescuDrop dependency on Arnesi, use Alexandria instead
2012-04-21 Stelian IonescuUse lowercase-only characters for package names to...
2012-04-21 Stelian IonescuFix indentation, whitespace
2009-04-14 Henrik Hjeltesilence redefining fixture warning
2008-03-20 Kilian Sprottemake gen-character more robust
2008-02-10 Maciek PasternackiDon't inline package object in ECL (breaks compilation).
2007-11-01 Henrik Hjelteadded :before depends-on option
2007-10-31 Henrik Hjeltedepends-on with single symbol resolves dependencies ok
2007-10-31 Henrik Hjeltebugfixed test of depends on symbol
2007-10-31 Henrik Hjeltetests for dependencies with symbol
2006-08-21 Henrik Hjelte Platform-independent pathnames in make-qbook
2007-10-21 Luca Capelloadd an (eval-when ...) when defining a test suite
2007-08-14 Marco Baringerdef-suite should expand into an (eval-when (:always...
2007-06-26 Marco BaringerRemoved the default-test-args slot from test-suite.
2007-06-26 Marco BaringerThere is no fixture named foo, wtf?
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
next