Skip to content

Commit 69294d0

Browse files
committed
Update comments
1 parent aa37b96 commit 69294d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/boilerplates/base_test_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Define your customized library methods in a master class like this.
44
Then have all your test classes inherit it.
55
BaseTestCase will inherit SeleniumBase methods from BaseCase.
6+
With Python 3, simplify "super(...)" to super().setUp() and super().tearDown()
67
'''
78

89
from seleniumbase import BaseCase

0 commit comments

Comments
 (0)