summaryrefslogtreecommitdiff
path: root/worker/tests/README
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 13:08:35 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 13:08:35 +0000
commitab876665a2cf25b1bf557ea7d6cd9ff7e7923db6 (patch)
tree6b6affb2de6d84f3935a5cf5d6b2ce59f846830e /worker/tests/README
parent37b701fc0c7002e2d84f2d61bd9c57085c8b9542 (diff)
Renamed 'get_details()' to 'error()'.
Diffstat (limited to 'worker/tests/README')
-rw-r--r--worker/tests/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/worker/tests/README b/worker/tests/README
index ff3e25d..5d8b6d3 100644
--- a/worker/tests/README
+++ b/worker/tests/README
@@ -9,10 +9,9 @@
The class must implement the methods:
- run_test
+ run_test()
- get_details
+ error()
'run_test' will be called to run the test, returning true if passed, and false
- otherwise. In the event of a test failure 'get_details' will return
- something useful.
+ otherwise. In the event of a test failure 'error' will return something useful.