diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2017-12-16 16:09:30 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2017-12-16 16:09:30 +0100 |
commit | 5a5cd74f34faa5a9f06a6608b139ed08af05dc9f (patch) | |
tree | 6832c835f1bfb06deb9619f6612cffc565992335 /gitlab/tests/test_base.py | |
parent | 0a38143da076bd682619396496fefecf0286e4a9 (diff) | |
download | gitlab-5a5cd74f34faa5a9f06a6608b139ed08af05dc9f.tar.gz |
Remove now-invalid test
Diffstat (limited to 'gitlab/tests/test_base.py')
-rw-r--r-- | gitlab/tests/test_base.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gitlab/tests/test_base.py b/gitlab/tests/test_base.py index 31dd967..36cb63b 100644 --- a/gitlab/tests/test_base.py +++ b/gitlab/tests/test_base.py @@ -61,9 +61,6 @@ class TestRESTManager(unittest.TestCase): mgr = MGR(FakeGitlab(), parent=Parent()) self.assertEqual(mgr._computed_path, '/tests/42/cases') - self.assertRaises(AttributeError, MGR, FakeGitlab(), - parent=BrokenParent()) - def test_path_property(self): class MGR(base.RESTManager): _path = '/tests' |