summaryrefslogtreecommitdiff
path: root/tests/unit/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-041-17/+0
* feat: add `asdict()` and `to_json()` methods to Gitlab ObjectsJohn L. Villalovos2022-07-201-8/+79
* fix: results returned by `attributes` property to show updatesJohn L. Villalovos2022-07-201-0/+26
* fix(base): do not fail repr() on lazy objectsNejc Habjan2022-06-201-0/+4
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-2/+24
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-0/+31
* chore: remove old-style classesNejc Habjan2022-01-231-2/+2
* chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-131-0/+4
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-0/+14
* chore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2022-01-081-0/+30
* chore: attempt to be more informative for missing attributesjlvillal/attribute_helpJohn L. Villalovos2021-11-301-0/+24
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-1/+1
* fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-101-0/+5
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+174