summaryrefslogtreecommitdiff
path: root/tests/unit/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* test(unit): increase V4 CLI coverageNejc Habjan2023-04-111-0/+23
|
* chore: consolidate license and authorsNejc Habjan2022-08-041-18/+0
|
* chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-281-1/+2
| | | | Update code so that the `warn_return_any` check passes.
* chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-051-1/+1
| | | | | Rename the variables `whaction` and `action` to `resource_action` to improve code-readability.
* chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-031-7/+7
| | | | | | | | | | | | Naming a variable `what` makes it difficult to understand what it is used for. Rename it to `gitlab_resource` as that is what is being stored. The Gitlab documentation talks about them being resources: https://docs.gitlab.com/ee/api/api_resources.html This will improve code readability.
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-3/+11
|
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
|
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+157
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.