Skip to content

Commit a886299

Browse files
committed
Update test comments
1 parent a925a0c commit a886299

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/test_fail.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
""" This test was made to fail on purpose to demonstrate the
2-
logging capabilities of the SeleniumBase Test Framework """
1+
""" This test fails on purpose to demonstrate
2+
the logging capabilities of SeleniumBase.
3+
>>> pytest test_fail.py --html=report.html
4+
This creates ``report.html`` with details.
5+
(Also find log files in ``latest_logs/``) """
36

47
import pytest
58
from seleniumbase import BaseCase

0 commit comments

Comments
 (0)