summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_submodules.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-46/+0
| | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-2/+0
| | | | | | F401: Module imported but unused https://www.flake8rules.com/rules/F401.html
* refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-231-42/+32
|
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-0/+58