Declaim *SUITE* special
[fiveam.git] / src / test.lisp
2013-07-25 Stelian IonescuDeclaim *SUITE* special
2013-07-18 Olof-Joachim FrahmSimpler TEST-NAMES.
2013-07-18 Stelian IonescuDEFVAR *SUITE* before used
2013-01-24 Stelian IonescuDon't signal a warning when the old TEST macro is used
2012-07-29 Stelian IonescuMove most of the expansion of DEF-TEST into the functio...
2012-07-29 Stelian IonescuAdd macro DEF-TEST with a different arglist than TEST...
2012-07-29 Stelian IonescuFix typo
2012-07-29 Stelian IonescuCreate named test lambdas
2012-04-23 Stelian IonescuFix modelines
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
2008-02-10 Maciek PasternackiDon't inline package object in ECL (breaks compilation).
2007-06-26 Marco BaringerRemoved the default-test-args slot from test-suite.
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-03-23 Marco BaringerAdded :default-test-args parameter to def-suite.
2007-03-23 Marco BaringerAdded :fixture argument to TEST macro
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-10-16 Attila LendvaiDo not warn when redefining a test
2006-10-14 Attila LendvaiFIX: Store *package* at definition time for tests and...
2006-09-29 Levente MészárosAllow to run multiple named tests to be run at once.
2006-01-24 Marco BaringerTypo: Use *run-test-when-defined* in test macro. (Repor...
2006-01-24 Marco BaringerAdded *run-test-when-defined* variable.
2006-01-24 Marco BaringerTEST macro now recompiles the body on every run.
2006-01-24 Marco BaringerFix thinko in test's docstring
2005-07-20 Marco BaringerInitial import of FiveAM code. This is exactly equal...