Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdf295f

Browse files
author
Gauvain Pocentek
committed
GitLab -> Gitlab (class names)
1 parentbef97fe commitfdf295f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎gitlab/tests/test_gitlab.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
fromgitlabimport*# noqa
3131

3232

33-
classTestGitLabRawMethods(unittest.TestCase):
33+
classTestGitlabRawMethods(unittest.TestCase):
3434
defsetUp(self):
3535
self.gl=Gitlab("http://localhost",private_token="private_token",
3636
email="testuser@test.com",password="testpassword",
@@ -154,7 +154,7 @@ def resp_cont(url, request):
154154
self.assertEqual(resp.status_code,404)
155155

156156

157-
classTestGitLabMethods(unittest.TestCase):
157+
classTestGitlabMethods(unittest.TestCase):
158158
defsetUp(self):
159159
self.gl=Gitlab("http://localhost",private_token="private_token",
160160
email="testuser@test.com",password="testpassword",
@@ -503,7 +503,7 @@ def resp_cont(url, request):
503503
self.assertRaises(GitlabUpdateError,self.gl.update,obj)
504504

505505

506-
classTestGitLab(unittest.TestCase):
506+
classTestGitlab(unittest.TestCase):
507507

508508
defsetUp(self):
509509
self.gl=Gitlab("http://localhost",private_token="private_token",

‎gitlab/tests/test_gitlabobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def resp_protect_branch_fail(url, request):
143143
returnresponse(400,content,headers,None,5,request)
144144

145145

146-
classTestGitLabObject(unittest.TestCase):
146+
classTestGitlabObject(unittest.TestCase):
147147

148148
defsetUp(self):
149149
self.gl=Gitlab("http://localhost",private_token="private_token",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp