Skip to content

Commit 35bd68d

Browse files
committed
Set "__all__" in base_case.py for handling star imports
1 parent e24ea9e commit 35bd68d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def test_anything(self):
6969
from seleniumbase.fixtures import shared_utils
7070
from seleniumbase.fixtures import xpath_to_css
7171

72+
__all__ = ["BaseCase"]
73+
7274
logging.getLogger("requests").setLevel(logging.ERROR)
7375
logging.getLogger("urllib3").setLevel(logging.ERROR)
7476
urllib3.disable_warnings()

0 commit comments

Comments
 (0)