summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d8a0358..c98ff31 100644
--- a/README.rst
+++ b/README.rst
@@ -130,8 +130,9 @@ passing tests are mandatory to get merge requests accepted.
We're currently in a restructing phase for the unit tests. If you're changing existing
tests, feel free to keep the current format. Otherwise please write new tests with pytest and
-using `responses<https://github.com/getsentry/responses>`_. An example for new tests can be found in
-tests/objects/test_runner.py
+using `responses
+<https://github.com/getsentry/responses/>`_.
+An example for new tests can be found in tests/objects/test_runner.py
You need to install ``tox`` to run unit tests and documentation builds locally: