Skip to content

Commit

Permalink
fix: RST syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry.dygalo committed Dec 12, 2019
1 parent aa3801e commit 046d1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -186,7 +186,7 @@ look like this:
It consists of four main parts:

1. Schema preparation; ``schemathesis`` package provides multiple ways to initialize the schema - ``from_path``, ``from_dict``, ``from_uri``, ``from_file`` and ``from_wsgi``*.
1. Schema preparation; ``schemathesis`` package provides multiple ways to initialize the schema - ``from_path``, ``from_dict``, ``from_uri``, ``from_file`` and ``from_wsgi``.

2. Test parametrization; ``@schema.parametrize()`` generates separate tests for all endpoint/method combination available in the schema.

Expand Down

0 comments on commit 046d1ec

Please sign in to comment.