From baa0861f1fd85743d5040e58c64120fdf70d50d9 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Wed, 6 Aug 2014 21:04:23 -0300 Subject: [PATCH] avocado.result: Fix docstring Signed-off-by: Lucas Meneghel Rodrigues --- avocado/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avocado/result.py b/avocado/result.py index ccaf8a68..efa7e60a 100644 --- a/avocado/result.py +++ b/avocado/result.py @@ -221,7 +221,7 @@ class TestResult(object): """ Called once for a test to check status and report. - :param test: an instance of :class:`avocado.test.Test`. + :param test: A dict with test internal state """ status_map = {'PASS': self.add_pass, 'ERROR': self.add_error, -- GitLab