summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2009-03-09 15:50:44 +1000
committerMartin Pool <mbp@sourcefrog.net>2009-03-09 15:50:44 +1000
commit6620c6c3b331df041d109ae2faa70ad4be531ac9 (patch)
tree75459a71936c98543c6ae5cd8e24a961413a9002
parenta2f054316442cf6031afd3a0cda7ec80f65a395d (diff)
downloadtestscenarios-git-6620c6c3b331df041d109ae2faa70ad4be531ac9.tar.gz
Add a brief advice section
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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.