summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_users.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: simplify `wait_for_sidekiq` usageJohn L. Villalovos2022-10-051-2/+1
| | | | | Simplify usage of `wait_for_sidekiq` by putting the assert if it timed out inside the function rather than after calling it.
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-2/+14
| | | | Enable the `mypy` `strict_equality` check.
* test(functional): replace len() calls with list membership checksNejc Habjan2022-07-031-20/+16
|
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+10
|
* feat(user): support getting user SSH key by idNejc Habjan2022-04-011-0/+3
|
* chore: always use context manager for file IONejc Habjan2022-01-231-1/+2
|
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-9/+3
|
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+170
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