We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa37b96 commit 69294d0Copy full SHA for 69294d0
examples/boilerplates/base_test_case.py
@@ -3,6 +3,7 @@
3
Define your customized library methods in a master class like this.
4
Then have all your test classes inherit it.
5
BaseTestCase will inherit SeleniumBase methods from BaseCase.
6
+With Python 3, simplify "super(...)" to super().setUp() and super().tearDown()
7
'''
8
9
from seleniumbase import BaseCase
0 commit comments