Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -174/+0 |
| | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -1/+2 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | Merge pull request #1397 from JohnVillalovos/jlvillal/flake8 | Max Wittig | 2021-04-23 | 1 | -3/+3 |
|\ | | | | | Fix all issues reported by running: tox -e pep8 and enable pep8 as a linter check | ||||
| * | chore: fix F841 errors reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Local variable name is assigned to but never used https://www.flake8rules.com/rules/F841.html | ||||
| * | chore: fix E711 error reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -2/+2 |
| | | | | | | | | | | | | E711: Comparison to none should be 'if cond is none:' https://www.flake8rules.com/rules/E711.html | ||||
* | | test(object): add test for __dir__ duplicates | Spencer Phillip Young | 2021-04-21 | 1 | -0/+4 |
|/ | |||||
* | fix(base): really refresh objectfix/delete-attr | Max Wittig | 2020-10-12 | 1 | -0/+7 |
| | | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155 | ||||
* | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 1 | -36/+41 |
| | |||||
* | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 1 | -28/+30 |
| | |||||
* | feat(test): unused unittest2, type -> isinstance | Cyril Jouve | 2019-10-13 | 1 | -5/+1 |
| | |||||
* | refactor: remove unused code, simplify string format | godaji | 2019-10-06 | 1 | -3/+0 |
| | |||||
* | fix: improve pickle support | bourgesl | 2019-07-21 | 1 | -0/+1 |
| | |||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -41/+39 |
| | |||||
* | fix: use python2 compatible syntax for superfix/python-tests | Max Wittig | 2019-02-22 | 1 | -1/+5 |
| | |||||
* | Implement __eq__ and __hash__ methods | Jonathan Piron | 2019-02-20 | 1 | -0/+23 |
| | | | | To ease lists and sets manipulations. | ||||
* | Remove now-invalid test | Gauvain Pocentek | 2017-12-16 | 1 | -3/+0 |
| | |||||
* | Module's base objects serialization (#359) | Lyudmil Nenov | 2017-11-03 | 1 | -0/+10 |
| | | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods. | ||||
* | Unit tests for REST* classes | Gauvain Pocentek | 2017-06-05 | 1 | -0/+129 |