summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-174/+0
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+2
* Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-231-3/+3
|\
| * chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-1/+1
| * chore: fix E711 error reported by flake8John L. Villalovos2021-04-181-2/+2
* | test(object): add test for __dir__ duplicatesSpencer Phillip Young2021-04-211-0/+4
|/
* fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-121-0/+7
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-36/+41
* chore: run unittest2pytest on all unit testsNejc Habjan2020-08-221-28/+30
* feat(test): unused unittest2, type -> isinstanceCyril Jouve2019-10-131-5/+1
* refactor: remove unused code, simplify string formatgodaji2019-10-061-3/+0
* fix: improve pickle supportbourgesl2019-07-211-0/+1
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-41/+39
* fix: use python2 compatible syntax for superfix/python-testsMax Wittig2019-02-221-1/+5
* Implement __eq__ and __hash__ methodsJonathan Piron2019-02-201-0/+23
* Remove now-invalid testGauvain Pocentek2017-12-161-3/+0
* Module's base objects serialization (#359)Lyudmil Nenov2017-11-031-0/+10
* Unit tests for REST* classesGauvain Pocentek2017-06-051-0/+129