Skip to content

Commit 0cbc31e

Browse files
authored
Merge pull request #299 from hramezani/improve_readme
Add how to run tests to readme.
2 parents d0c53d0 + 3bd970c commit 0cbc31e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,3 +447,16 @@ Configure development requirements:
447447
.. code-block:: shell
448448
449449
make develop
450+
451+
Responses uses `Pytest <https://docs.pytest.org/en/latest/>`_ for
452+
testing. You can run all tests by:
453+
454+
.. code-block:: shell
455+
456+
pytest
457+
458+
And run a single test by:
459+
460+
.. code-block:: shell
461+
462+
pytest -k '<test_function_name>'

0 commit comments

Comments
 (0)