Confirmed users
9,511
edits
| Line 42: | Line 42: | ||
= Run scripts on all environments = | = Run scripts on all environments = | ||
* If you want to run your scripts on all environments then code your | * If you want to run your scripts on all environments, then code your setUp() function like this: | ||
def setUp(self): | def setUp(self): | ||
self.verificationErrors = [] | self.verificationErrors = [] | ||