Skip to content

Commit baebade

Browse files
committed
Update comments in settings.py
1 parent 6150e7b commit baebade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/config/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
BASIC_INFO_NAME = "basic_test_info.txt"
3232
PAGE_SOURCE_NAME = "page_source.html"
3333

34-
# Default names for folders and files saved when reports are turned on.
35-
# Usage: "--report" and "--with-testing_base" together. (NOSETESTS only)
34+
# Default names for files and folders saved when using nosetests reports.
35+
# Usage: "--report". (NOSETESTS only)
3636
LATEST_REPORT_DIR = "latest_report"
3737
REPORT_ARCHIVE_DIR = "archived_reports"
3838
HTML_REPORT = "report.html"

0 commit comments

Comments
 (0)