summaryrefslogtreecommitdiff
path: root/tools/functional/ee-test.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-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 isortJohn L. Villalovos2021-05-251-1/+0
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* chore: have flake8 check the entire projectJohn L. Villalovos2021-04-301-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-composeNejc Habjan2020-09-151-0/+159