From 6620c6c3b331df041d109ae2faa70ad4be531ac9 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 9 Mar 2009 15:50:44 +1000 Subject: Add a brief advice section --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 4b902dd..bab4410 100644 --- a/README +++ b/README @@ -206,3 +206,10 @@ introspecting the test object to determine the scenarios. The ``apply_scenarios`` function does not reset the test scenarios attribute, allowing it to be used to layer scenarios without affecting existing scenario selection. + + +Advice on Writing Scenarios +=========================== + +If a parameterised test is because of a bug run without being parameterized, +it should fail rather than running with defaults, because this can hide bugs. -- cgit v1.2.1