File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,14 @@ Installation
1414
1515.. code-block :: bash
1616
17- $ git clone https://github.com/devanshshukla99/pytest-response
18- $ cd pytest-response
17+ $ pip install pytest-remote-response
18+
19+ or
20+
21+ .. code-block :: bash
22+
23+ $ git clone https://github.com/devanshshukla99/pytest-remote-response
24+ $ cd pytest-remote-response
1925 $ pip install .
2026
2127 The plugin will register automatically with ``pytest `` framework and will be ready to use.
@@ -82,8 +88,8 @@ Use ``tox`` to make sure the plugin is working:
8288
8389.. code-block :: bash
8490
85- $ git clone https://github.com/devanshshukla99/pytest-response
86- $ cd pytest-response
91+ $ git clone https://github.com/devanshshukla99/pytest-remote- response
92+ $ cd pytest-remote- response
8793 $ tox -e py38
8894
8995 See `tox <https://github.com/tox-dev/tox >`_ for more info.
You can’t perform that action at this time.
0 commit comments