File diff a3630ab04e58 → e8e713721628
tests/test_rtutil.py
Show inline comments
...
 
@@ -121,3 +121,9 @@ def test_exists_caches(new_client):
 
])
 
def test_parse(rt, link, expected):
 
    assert rt.parse(link) == expected
 

	
 
def test_uncommon_server_url_parsing():
 
    url = 'https://example.org/REST/1.0/'
 
    client = testutil.RTClient(url + 'REST/1.0/')
 
    rt = rtutil.RT(client)
 
    assert rt.url(1).startswith(url)