Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: migrate legacy EE tests to pytest | Nejc Habjan | 2022-10-18 | 1 | -0/+16 |
| | |||||
* | test(functional): replace len() calls with list membership checks | Nejc Habjan | 2022-07-03 | 1 | -16/+14 |
| | |||||
* | test(api): fix issues test | Ben Brown | 2021-06-01 | 1 | -3/+3 |
| | | | | Was incorrectly using the issue 'id' vs 'iid'. | ||||
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -0/+93 |
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 |