From 6e2b1ec947a6e352b412fd4e1142006621dd76a4 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Tue, 14 Apr 2020 16:45:24 +0200 Subject: [PATCH] docs(readme): update test docs --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index eb11cfc14..76d38abf1 100644 --- a/README.rst +++ b/README.rst @@ -133,7 +133,7 @@ You need to install ``tox`` to run unit tests and documentation builds locally: tox # run tests in one environment only: - tox -epy36 + tox -epy38 # build the documentation, the result will be generated in # build/sphinx/html/ @@ -151,10 +151,10 @@ To run these tests: .. code-block:: bash # run the CLI tests: - ./tools/functional_tests.sh + tox -e cli_func_v4 # run the python API tests: - ./tools/py_functional_tests.sh + tox -e py_func_v4 By default, the tests run against the ``gitlab/gitlab-ce:latest`` image. You can override both the image and tag with the ``-i`` and ``-t`` options, or by providing