Skip to content

Commit

Permalink
Removed stale too many slashes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzmo committed Nov 18, 2017
1 parent 03cf2ec commit ad9a4d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 176 deletions.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/integration/test_gitbucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ def test_04_clone(self):
self.action_clone(namespace='root',
repository='repo')

def test_04_clone__too_many_slashes(self):
with pytest.raises(ResourceNotFoundError):
self.action_clone(namespace='root/sub-ns',
repository='repo')

def test_05_add(self):
self.action_add(namespace='root',
repository='repo')
Expand Down
5 changes: 0 additions & 5 deletions tests/integration/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ def test_04_clone(self):
self.action_clone(namespace='git-services',
repository='github-testing')

def test_04_clone__too_many_slashes(self):
with pytest.raises(ResourceNotFoundError):
self.action_clone(namespace='git-services/foo-bar',
repository = 'github-testing')

def test_05_add(self):
self.action_add(namespace='guyzmo',
repository='git-repo')
Expand Down

0 comments on commit ad9a4d9

Please sign in to comment.