File tree Expand file tree Collapse file tree 6 files changed +4
-5
lines changed Expand file tree Collapse file tree 6 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -68,5 +68,4 @@ def test_add_item_to_cart(self):
6868# When run with "python" instead of "pytest" or "python -m unittest"
6969if __name__ == "__main__" :
7070 from unittest import main
71-
7271 main ()
Original file line number Diff line number Diff line change @@ -92,5 +92,4 @@ def test_add_item_to_cart(self):
9292# When run with "python" instead of "pytest" or "python -m unittest"
9393if __name__ == "__main__" :
9494 from unittest import main
95-
9695 main ()
Original file line number Diff line number Diff line change @@ -80,5 +80,4 @@ def test_add_item_to_cart(self):
8080# When run with "python" instead of "pytest" or "python -m unittest"
8181if __name__ == "__main__" :
8282 from unittest import main
83-
8483 main ()
Original file line number Diff line number Diff line change @@ -122,5 +122,4 @@ def test_add_item_to_cart(self):
122122# When run with "python" instead of "pytest" or "python -m unittest"
123123if __name__ == "__main__" :
124124 from unittest import main
125-
126125 main ()
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ def test_add_item_to_cart(self):
2323# When run with "python" instead of "pytest"
2424if __name__ == "__main__" :
2525 from pytest import main
26-
2726 main ([__file__ ])
Original file line number Diff line number Diff line change 55"""
66from seleniumbase import BaseCase
77
8+ if __name__ == "__main__" :
9+ from pytest import main
10+ main ([__file__ , "--uc" ])
11+
812
913class UndetectedTest (BaseCase ):
1014 def test_browser_is_undetected (self ):
You can’t perform that action at this time.
0 commit comments