Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: rename 'tools/functional/' to 'tests/functional/' | John L. Villalovos | 2021-05-26 | 1 | -158/+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/ | ||||
* | chore: have flake8 check the entire project | John L. Villalovos | 2021-04-30 | 1 | -3/+3 |
| | | | | | Have flake8 run at the top-level of the projects instead of just the gitlab directory. | ||||
* | test(env): replace custom scripts with pytest and docker-compose | Nejc Habjan | 2020-09-15 | 1 | -0/+159 |