diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-06-08 17:23:19 +0200 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2020-06-08 17:23:19 +0200 |
commit | 147fcb8c311a865c8aca55b1d2f947d7ca9be998 (patch) | |
tree | 79cde7032d2fdbb30125ffb4d5616210f399f5d2 /README.rst | |
parent | 01ff8658532e7a7d3b53ba825c7ee311f7feb1ab (diff) | |
download | gitlab-fix/markdown-renderer.tar.gz |
chore: correctly render markdownfix/markdown-renderer
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |