From f502aedcc2063f1aff49292e1fcbb3d1af377e8d Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Sun, 2 Dec 2012 12:24:34 +0100 Subject: [PATCH] Add in TODO note --- docs/manual.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 == -- 1.7.10.4