summaryrefslogtreecommitdiff
path: root/tests/functional/cli/test_cli_variables.py
Commit message (Collapse)AuthorAgeFilesLines
* test: always ensure clean config environmentNejc Habjan2022-07-261-5/+1
|
* fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-081-0/+35
| | | | | | | | | | | | | In the CLI we need to make sure the components put into the path portion of the URL are url-encoded. Otherwise they will be interpreted as part of the path. For example can specify the project ID as a path, but in the URL it must be url-encoded or it doesn't work. Also stop adding the components of the path as query parameters in the URL. Closes: #783 Closes: #1498
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+19
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468