Skip to content

Commit 6e2b1ec

Browse files
authored
docs(readme): update test docs
1 parent c7c431a commit 6e2b1ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You need to install ``tox`` to run unit tests and documentation builds locally:
133133
tox
134134
135135
# run tests in one environment only:
136-
tox -epy36
136+
tox -epy38
137137
138138
# build the documentation, the result will be generated in
139139
# build/sphinx/html/
@@ -151,10 +151,10 @@ To run these tests:
151151
.. code-block:: bash
152152
153153
# run the CLI tests:
154-
./tools/functional_tests.sh
154+
tox -e cli_func_v4
155155
156156
# run the python API tests:
157-
./tools/py_functional_tests.sh
157+
tox -e py_func_v4
158158
159159
By default, the tests run against the ``gitlab/gitlab-ce:latest`` image. You can
160160
override both the image and tag with the ``-i`` and ``-t`` options, or by providing

0 commit comments

Comments
 (0)