From: Marco Baringer Date: Sun, 2 Dec 2012 11:24:34 +0000 (+0100) Subject: Add in TODO note X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f502aedcc2063f1aff49292e1fcbb3d1af377e8d;p=fiveam.git Add in TODO note --- diff --git a/docs/manual.txt b/docs/manual.txt index 0334023..dc1c6ab 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -298,7 +298,7 @@ or a symbol naming a single test or a test suite. === Re-running Tests === -The function `!`, `!!` and `!!!` rerun recently run tests (we store +The functions `!`, `!!` and `!!!` rerun recently run tests (we store the names passed to run! and simply call run! with those names again). === Running Tests at Test Definition Time === @@ -356,6 +356,8 @@ yourself: == Random Testing (QuickCheck) == +TODO. + Every FiveAM test can be a random test, just use the for-all macro. == Fixtures ==