Skip to content

Commit 26a37ab

Browse files
committed
fix conflict docs
1 parent 9c73f08 commit 26a37ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/features.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,10 @@ example, in your project’s ``pytest.ini`` file)::
174174
assert b'got it' in res.read()
175175
176176
177-
<<<<<<< HEAD
178177
``--live-server-wait`` - the live server wait timeout (5 seconds)
179178
`````````````````````````````````````````````````````````````````
180179

181180
The timeout after which test case is aborted if live server is not started.
182-
=======
183181
``--live-server-port`` - use a fixed port
184182
`````````````````````````````````````````
185183

@@ -189,7 +187,6 @@ in your project's ``pytest.ini`` file)::
189187

190188
[pytest]
191189
addopts = --live-server-port=5000
192-
>>>>>>> f01e17da79d512ad7c0a410be4693f0652b73df1
193190

194191

195192
``request_ctx`` - request context

0 commit comments

Comments
 (0)