summaryrefslogtreecommitdiff
path: root/worker/tests/README
diff options
context:
space:
mode:
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.