Download:
child 184:a37007cd39d4
parent 182:139d26bef571
183:c90fd4f23c9e
Anton Shestakov <av6@dwimlabs.net>, Wed, 27 Jul 2016 18:05:24 +0800
tests: remove an extra check from test_parse_project_url() (see fa50e7dd9d91)

1 файлов изменено, 0 вставок(+), 3 удалений(-) [+]
tests/test_incoming.py file | annotate | diff | comparison | revisions
--- 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
@@ -69,8 +69,5 @@
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')