From ab876665a2cf25b1bf557ea7d6cd9ff7e7923db6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 13 Nov 2012 13:08:35 +0000 Subject: Renamed 'get_details()' to 'error()'. --- worker/tests/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'worker/tests/README') 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. -- cgit v1.2.1