seleniumbase 4.41.4__py3-none-any.whl → 4.41.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- seleniumbase/__version__.py +1 -1
- seleniumbase/plugins/pytest_plugin.py +7 -2
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/METADATA +2 -2
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/RECORD +8 -8
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/WHEEL +0 -0
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/entry_points.txt +0 -0
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/licenses/LICENSE +0 -0
- {seleniumbase-4.41.4.dist-info → seleniumbase-4.41.5.dist-info}/top_level.txt +0 -0
seleniumbase/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.41.
|
2
|
+
__version__ = "4.41.5"
|
@@ -2506,8 +2506,13 @@ def pytest_unconfigure(config):
|
|
2506
2506
|
reporter = config.pluginmanager.get_plugin("terminalreporter")
|
2507
2507
|
if (
|
2508
2508
|
not hasattr(reporter, "_sessionstarttime")
|
2509
|
-
and
|
2510
|
-
|
2509
|
+
and (
|
2510
|
+
not hasattr(reporter, "_session_start")
|
2511
|
+
or (
|
2512
|
+
hasattr(reporter, "_session_start")
|
2513
|
+
and not hasattr(reporter._session_start, "time")
|
2514
|
+
)
|
2515
|
+
)
|
2511
2516
|
):
|
2512
2517
|
return
|
2513
2518
|
if hasattr(sb_config, "_multithreaded") and sb_config._multithreaded:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.41.
|
3
|
+
Version: 4.41.5
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
6
6
|
Author: Michael Mintz
|
@@ -145,7 +145,7 @@ Provides-Extra: coverage
|
|
145
145
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
146
146
|
Requires-Dist: coverage>=7.10.6; python_version >= "3.9" and extra == "coverage"
|
147
147
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
148
|
-
Requires-Dist: pytest-cov>=6.
|
148
|
+
Requires-Dist: pytest-cov>=6.3.0; python_version >= "3.9" and extra == "coverage"
|
149
149
|
Provides-Extra: flake8
|
150
150
|
Requires-Dist: flake8==5.0.4; python_version < "3.9" and extra == "flake8"
|
151
151
|
Requires-Dist: flake8==7.3.0; python_version >= "3.9" and extra == "flake8"
|
@@ -3,7 +3,7 @@ sbase/__main__.py,sha256=G0bVB1-DM4PGwQ1KyOupaWCs4ePbChZNNWuX2htim5U,647
|
|
3
3
|
sbase/steps.py,sha256=EdJyNVJ1yxoHsc7qp8kzx0EESIkOh_033yLCvmaPcs4,43281
|
4
4
|
seleniumbase/__init__.py,sha256=JFEY9P5QJqsa1M6ghzLMH2eIPQyh85iglCaQwg8Y8z4,2498
|
5
5
|
seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
|
6
|
-
seleniumbase/__version__.py,sha256=
|
6
|
+
seleniumbase/__version__.py,sha256=l-u1FihIlcZaNA1NMv0yTZ7UM2dRmCgnZyU-dE86iEY,46
|
7
7
|
seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
seleniumbase/behave/behave_helper.py,sha256=f4CdiSSYM3gMAicSKWJInkVGFwpGXtHMD8fikTehopQ,24291
|
9
9
|
seleniumbase/behave/behave_sb.py,sha256=guLihFsr1uJ4v2AR3r3Vy_BTeHrHwy2JEJxhp-MVnZA,59872
|
@@ -90,7 +90,7 @@ seleniumbase/plugins/basic_test_info.py,sha256=8ov6n417gPbqqvrlT4zrch7l2XcRt-GF2
|
|
90
90
|
seleniumbase/plugins/db_reporting_plugin.py,sha256=En09qUCoojrk9-vbcnsoHdSELoGmag2GDIyu3jTiJas,7331
|
91
91
|
seleniumbase/plugins/driver_manager.py,sha256=VSYQgDDA2t34gi-3qPkw5Ef9SX8sVQX3RETHOihyKHc,36558
|
92
92
|
seleniumbase/plugins/page_source.py,sha256=loTnXxOj4kxEukuTZEiGyvKBhY3KDVDMnNlHHheTBDE,1889
|
93
|
-
seleniumbase/plugins/pytest_plugin.py,sha256=
|
93
|
+
seleniumbase/plugins/pytest_plugin.py,sha256=vg2Xpn5kMMQgui5doVG1kCzCCES1WHeig4X80Kq45HY,108933
|
94
94
|
seleniumbase/plugins/s3_logging_plugin.py,sha256=WDfertQgGOW_SRJpFMaekYD6vBVW9VO62POtXXy2HCM,2319
|
95
95
|
seleniumbase/plugins/sb_manager.py,sha256=ulTDorccan06eVYtSqlX26EFKXmS0gCY0huJ67Q5gTY,58082
|
96
96
|
seleniumbase/plugins/screen_shots.py,sha256=1hrXw-hzuZ1BR6Yh7AyWX2ABnvnP73-RCbwdz958gj4,1127
|
@@ -137,9 +137,9 @@ seleniumbase/utilities/selenium_grid/start-grid-hub.bat,sha256=Ftq-GrAKRYH2ssDPr
|
|
137
137
|
seleniumbase/utilities/selenium_grid/start-grid-hub.sh,sha256=KADv0RUHONLL2_I443QFK8PryBpDmKn5Gy0s4o0vDSM,106
|
138
138
|
seleniumbase/utilities/selenium_ide/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
139
139
|
seleniumbase/utilities/selenium_ide/convert_ide.py,sha256=pZFnqEJQEKZPyNFjkLD29s2HPQgCrWW9XJWpCPhWOoM,31691
|
140
|
-
seleniumbase-4.41.
|
141
|
-
seleniumbase-4.41.
|
142
|
-
seleniumbase-4.41.
|
143
|
-
seleniumbase-4.41.
|
144
|
-
seleniumbase-4.41.
|
145
|
-
seleniumbase-4.41.
|
140
|
+
seleniumbase-4.41.5.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
|
141
|
+
seleniumbase-4.41.5.dist-info/METADATA,sha256=E_rrkPt4RwHKIfxUNyNIw5xP1AhLbUCSQxua5T1CY2s,87565
|
142
|
+
seleniumbase-4.41.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
143
|
+
seleniumbase-4.41.5.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
|
144
|
+
seleniumbase-4.41.5.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
|
145
|
+
seleniumbase-4.41.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|