We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c73f08 commit 26a37abCopy full SHA for 26a37ab
docs/features.rst
@@ -174,12 +174,10 @@ example, in your project’s ``pytest.ini`` file)::
174
assert b'got it' in res.read()
175
176
177
-<<<<<<< HEAD
178
``--live-server-wait`` - the live server wait timeout (5 seconds)
179
`````````````````````````````````````````````````````````````````
180
181
The timeout after which test case is aborted if live server is not started.
182
-=======
183
``--live-server-port`` - use a fixed port
184
`````````````````````````````````````````
185
@@ -189,7 +187,6 @@ in your project's ``pytest.ini`` file)::
189
187
190
188
[pytest]
191
addopts = --live-server-port=5000
192
->>>>>>> f01e17da79d512ad7c0a410be4693f0652b73df1
193
194
195
``request_ctx`` - request context
0 commit comments