summaryrefslogtreecommitdiff
path: root/gitlab/tests
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-10-06 17:41:06 +0200
committerGitHub <noreply@github.com>2019-10-06 17:41:06 +0200
commit214f7ef5f3b6e99b7756982c5b883e40d3b22657 (patch)
treeb06bac57e603571abe42709fe2eea896e17ac804 /gitlab/tests
parentd7d2260945994a9e73fe3f7f9328f3ec9d9c54d4 (diff)
parentc7ff676c11303a00da3a570bf2893717d0391f20 (diff)
downloadgitlab-214f7ef5f3b6e99b7756982c5b883e40d3b22657.tar.gz
Merge pull request #892 from godaji/remove-unused-code
Remove unused code and 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")