Skip to content

Commit 51dafe6

Browse files
committed
Removed stale too many slashes tests
1 parent 03cf2ec commit 51dafe6

File tree

5 files changed

+0
-181
lines changed

5 files changed

+0
-181
lines changed

tests/integration/cassettes/test_bitbucket_test_04_clone__too_many_slashes.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

tests/integration/cassettes/test_github_test_04_clone__too_many_slashes.json

Lines changed: 0 additions & 115 deletions
This file was deleted.

tests/integration/test_bitbucket.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ def test_04_clone(self):
5555
self.action_clone(namespace='guyzmo',
5656
repository='git-repo')
5757

58-
def test_04_clone__too_many_slashes(self):
59-
with pytest.raises(ResourceNotFoundError):
60-
self.action_clone(namespace='guyzmo/sub-ns',
61-
repository = 'git-repo')
62-
6358
def test_05_add(self):
6459
self.action_add(namespace='guyzmo',
6560
repository='git-repo')

tests/integration/test_gitbucket.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ def test_04_clone(self):
8686
self.action_clone(namespace='root',
8787
repository='repo')
8888

89-
def test_04_clone__too_many_slashes(self):
90-
with pytest.raises(ResourceNotFoundError):
91-
self.action_clone(namespace='root/sub-ns',
92-
repository='repo')
93-
9489
def test_05_add(self):
9590
self.action_add(namespace='root',
9691
repository='repo')

tests/integration/test_github.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ def test_04_clone(self):
7272
self.action_clone(namespace='git-services',
7373
repository='github-testing')
7474

75-
def test_04_clone__too_many_slashes(self):
76-
with pytest.raises(ResourceNotFoundError):
77-
self.action_clone(namespace='git-services/foo-bar',
78-
repository = 'github-testing')
79-
8075
def test_05_add(self):
8176
self.action_add(namespace='guyzmo',
8277
repository='git-repo')

0 commit comments

Comments
 (0)