We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c59ea2 commit ef060b8Copy full SHA for ef060b8
.mypy.ini
@@ -1,5 +1,5 @@
1
[mypy]
2
-python_version = 3.7
+python_version = 3.12
3
mypy_path = gitlab2sentry
4
5
[mypy-pytest]
tests/conftest.py
@@ -67,7 +67,7 @@ def __init__(self):
67
68
69
class TestGitlabMemberManager:
70
- def all(self):
+ def list(self, all=True, iterator=True):
71
return TEST_GITLAB_PROJECT_MEMBERS
72
73
0 commit comments