Skip to content

Commit ea6012c

Browse files
committed
Update comments
1 parent f419dce commit ea6012c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/raw_parameter_script.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
""" The main purpose of this file is to demonstrate running SeleniumBase
22
scripts without the use of Pytest by calling the script directly
33
with Python or from a Python interactive interpreter. Based on
4-
whether relative imports work or don't work, it will autodetect
5-
how this file was run. With pure Python, it will need to initialize
4+
whether relative imports work or don't, the script can autodetect
5+
how this file was run. With pure Python, it will initialize
66
all the variables that would've been automatically initialized
7-
by the Pytest plugin. The same thing is required for the setUp()
8-
and tearDown() methods, which are now called from the script itself.
7+
by the Pytest plugin. The setUp() and tearDown() methods are also
8+
now called from the script itself.
99
1010
One big advantage to running tests with Pytest is that most of this
1111
is done for you automatically, with the option to update any of the

0 commit comments

Comments
 (0)