--- a/tests/test_incoming.py Mon Jul 25 15:28:27 2016 +0800
+++ b/tests/test_incoming.py Wed Jul 27 18:05:24 2016 +0800
result = parse_project_url('https://code.example.com/hello-world')
assert result == ('code.example.com', None, 'hello-world')
- result = parse_project_url('https://example.com/scm/projects/hello-world')
- assert result == ('example.com', 'scm', 'projects/hello-world')
result = parse_project_url('https://example.com///hello-world//')
assert result == ('example.com', None, 'hello-world')