From 7ad69984c9c19eb37b04ce3cc0e82729d488804a Mon Sep 17 00:00:00 2001 From: cesar991 Date: Wed, 17 Aug 2016 17:18:37 +0200 Subject: [PATCH] Added verbosity --- tests/console/include/common_classes_60.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/console/include/common_classes_60.py b/tests/console/include/common_classes_60.py index d5339d79ff..8dcb53861f 100644 --- a/tests/console/include/common_classes_60.py +++ b/tests/console/include/common_classes_60.py @@ -62,6 +62,8 @@ class PandoraWebDriverTestCase(TestCase): self.verificationErrors = [] self.accept_next_alert = True #self.is_development = self.is_development + #TODO Print test name + print "Starting test" super(PandoraWebDriverTestCase, self).setUp() def is_element_present(self, how, what):