From fdf295f99f4e7f68e360280f103a164f447adf15 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 3 Jan 2016 11:59:08 +0100 Subject: GitLab -> Gitlab (class names) --- gitlab/tests/test_gitlab.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gitlab/tests/test_gitlab.py') diff --git a/gitlab/tests/test_gitlab.py b/gitlab/tests/test_gitlab.py index 8331964..0fe73e1 100644 --- a/gitlab/tests/test_gitlab.py +++ b/gitlab/tests/test_gitlab.py @@ -30,7 +30,7 @@ from httmock import urlmatch # noqa from gitlab import * # noqa -class TestGitLabRawMethods(unittest.TestCase): +class TestGitlabRawMethods(unittest.TestCase): def setUp(self): self.gl = Gitlab("http://localhost", private_token="private_token", email="testuser@test.com", password="testpassword", @@ -154,7 +154,7 @@ class TestGitLabRawMethods(unittest.TestCase): self.assertEqual(resp.status_code, 404) -class TestGitLabMethods(unittest.TestCase): +class TestGitlabMethods(unittest.TestCase): def setUp(self): self.gl = Gitlab("http://localhost", private_token="private_token", email="testuser@test.com", password="testpassword", @@ -503,7 +503,7 @@ class TestGitLabMethods(unittest.TestCase): self.assertRaises(GitlabUpdateError, self.gl.update, obj) -class TestGitLab(unittest.TestCase): +class TestGitlab(unittest.TestCase): def setUp(self): self.gl = Gitlab("http://localhost", private_token="private_token", -- cgit v1.2.1