summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2020-05-16 14:41:56 +0200
committerMax Wittig <max.wittig@siemens.com>2020-05-16 15:12:23 +0200
commit127fa5a2134aee82958ce05357d60513569c3659 (patch)
tree82a16ef5e216a0c0ecf47e5e4f4cdcd7c9c1f8db /README.rst
parent49439916ab58b3481308df5800f9ffba8f5a8ffd (diff)
downloadgitlab-feat/group-runners.tar.gz
test(runners): add all runners unit testsfeat/group-runners
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7aa0904..d8a0358 100644
--- a/README.rst
+++ b/README.rst
@@ -128,6 +128,11 @@ Before submitting a pull request make sure that the tests still succeed with
your change. Unit tests and functional tests run using the travis service and
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
+
You need to install ``tox`` to run unit tests and documentation builds locally:
.. code-block:: bash