File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ increases the likelihood of your issue being solved quickly. The few extra
1111steps listed below will help clarify problems you might be facing:
1212
1313- Include a `minimal reproducible example `_ when possible.
14- - Describe the expected behaviour and what actually happened including a full
14+ - Describe the expected behavior and what actually happened including a full
1515 trace-back in case of exceptions.
1616- Make sure to list details about your environment, such as your platform,
1717 versions of pytest, pytest-flask and python release.
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ other headless browsers).
148148By default the server will start automatically whenever you reference
149149``live_server `` fixture in your tests. But starting live server imposes some
150150high costs on tests that need it when they may not be ready yet. To prevent
151- that behaviour pass ``--no-start-live-server `` into your default options (for
151+ that behavior pass ``--no-start-live-server `` into your default options (for
152152example, in your project’s ``pytest.ini `` file)::
153153
154154 [pytest]
@@ -290,15 +290,15 @@ Content negotiation
290290
291291An important part of any :abbr: `REST ( REpresentational State Transfer ) `
292292service is content negotiation. It allows you to implement behaviour such as
293- selecting a different serialization schemes for different media types.
293+ selecting a different serialization scheme for different media types.
294294
295295 HTTP has provisions for several mechanisms for "content negotiation" - the
296296 process of selecting the best representation for a given response
297297 when there are multiple representations available.
298298
299299 -- :rfc: `2616#section-12 `. Fielding, et al.
300300
301- The most common way to select one of the multiple possible representation is
301+ The most common way to select one of the multiple possible representations is
302302via ``Accept `` request header. The following series of ``accept_* `` fixtures
303303provides an easy way to test content negotiation in your application:
304304
You can’t perform that action at this time.
0 commit comments