summaryrefslogtreecommitdiff
path: root/gitlab/tests
diff options
context:
space:
mode:
authorgodaji <sipqko@gmail.com>2019-10-04 14:14:35 +0900
committergodaji <sipqko@gmail.com>2019-10-06 08:41:02 +0900
commitc7ff676c11303a00da3a570bf2893717d0391f20 (patch)
tree3d8a784fe19fef852a3b64f619b0a6afc0273a99 /gitlab/tests
parentba2b60e32c12cacf18762a286d05e073529b9898 (diff)
downloadgitlab-c7ff676c11303a00da3a570bf2893717d0391f20.tar.gz
refactor: remove unused code, simplify string format
Diffstat (limited to 'gitlab/tests')
-rw-r--r--gitlab/tests/test_base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitlab/tests/test_base.py b/gitlab/tests/test_base.py
index 47eda6c..4aa280c 100644
--- a/gitlab/tests/test_base.py
+++ b/gitlab/tests/test_base.py
@@ -56,9 +56,6 @@ class TestRESTManager(unittest.TestCase):
class Parent(object):
id = 42
- class BrokenParent(object):
- no_id = 0
-
mgr = MGR(FakeGitlab(), parent=Parent())
self.assertEqual(mgr._computed_path, "/tests/42/cases")