Added verbosity

This commit is contained in:
cesar991 2016-08-17 17:18:37 +02:00
parent b78ffe0576
commit 7ad69984c9
1 changed files with 2 additions and 0 deletions

View File

@ -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):