Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 5 | -818/+0 |
| | | | | | | | | | 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 | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -1/+0 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | fix: test_update_group() dependency on ordering | John L. Villalovos | 2021-02-20 | 1 | -1/+1 |
| | | | | | | | | Since there are two groups we can't depend on the one we changed to always be the first one returned. Instead fetch the group we want and then test our assertion against that group. | ||||
* | test(cli): add test for job artifacts downloadfix/cli-binary-data | Nejc Habjan | 2020-10-12 | 1 | -0/+52 |
| | |||||
* | test(env): replace custom scripts with pytest and docker-compose | Nejc Habjan | 2020-09-15 | 1 | -2/+2 |
| | |||||
* | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 2 | -0/+40 |
| | |||||
* | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 2 | -0/+727 |