Skip to content

Commit

Permalink
docs: use functioning fixup name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bronsen authored and Stranger6667 committed Mar 31, 2021
1 parent f293c32 commit bf60043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Changelog

- Add the missing ``@schema.given`` implementation for schemas created via the ``from_pytest_fixture`` loader. `#1093`_
- Silently ignoring some incorrect usages of ``@schema.given``.
- Fixups examples were using incorrect fixup name.

`3.5.3`_ - 2021-03-27
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ To use it, you need to add this code before you load your schema with Schemathes
# will install all available compatibility fixups.
schemathesis.fixups.install()
# You can provide a list of fixup names as the first argument
# schemathesis.fixups.install(["fastapi"])
# schemathesis.fixups.install(["fast_api"])
If you use the Command Line Interface, then you can utilize the ``--fixups=all`` option.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Schemathesis is more strict in schema handling by default, but we provide option
# will install all available compatibility fixups.
schemathesis.fixups.install()
# You can also provide a list of fixup names as the first argument
# schemathesis.fixups.install(["fastapi"])
# schemathesis.fixups.install(["fast_api"])
For more information, take a look into the "Compatibility" section.

Expand Down

0 comments on commit bf60043

Please sign in to comment.