8000 docs(readme): update test docs by max-wittig · Pull Request #1073 · python-gitlab/python-gitlab · GitHub
[go: up one dir, main page]

Skip to content

docs(readme): update test docs #1073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
Expand Down
0