Skip to content

Commit 4d3a2e8

Browse files
committed
Update the docs
1 parent ef6fcf9 commit 4d3a2e8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

help_docs/method_summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,10 @@ self.switch_to_alert(timeout=None)
723723

724724
############
725725

726+
self.quit_extra_driver(driver=None)
727+
728+
############
729+
726730
self.check_window(
727731
name="default", level=0, baseline=False, check_domain=True, full_diff=False)
728732

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
],
252252
extras_require={
253253
# pip install -e .[coverage]
254+
# Usage: coverage run -m pytest; coverage html; coverage report
254255
"coverage": [
255256
'coverage==5.5;python_version<"3.6"',
256257
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
@@ -259,6 +260,7 @@
259260
'pytest-cov==3.0.0;python_version>="3.6"',
260261
],
261262
# pip install -e .[flake]
263+
# Usage: flake8
262264
"flake": [
263265
'flake8==3.7.9;python_version<"3.5"',
264266
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',

0 commit comments

Comments
 (0)