diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-16 09:57:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 09:57:16 +0200 |
commit | 70cefe4d5b7f29db6c8c1deef524076510fd350a (patch) | |
tree | 6340794c2cf8328dc53099d5e13c8a3e00d84419 | |
parent | c7c431af16f256f95a9553cf2e14925fa75f7d62 (diff) | |
parent | 6e2b1ec947a6e352b412fd4e1142006621dd76a4 (diff) | |
download | gitlab-70cefe4d5b7f29db6c8c1deef524076510fd350a.tar.gz |
Merge pull request #1073 from python-gitlab/docs/readme-test-docs
docs(readme): update test docs
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |