relative_uri property
changed miniuri/miniuri.py changed test_miniuri.py
This commit is contained in:
parent
440be5802b
commit
f04c7ff72d
2 changed files with 4 additions and 3 deletions
|
|
@ -149,4 +149,5 @@ class TestMiniUri(TestCase):
|
|||
self.assertEqual(self.u.fragment, '6')
|
||||
self.assertEqual(self.u.uri, 'https://fox:pass@www.foxhop.net:81/path/filename.jpg?p=2#6')
|
||||
|
||||
|
||||
def test_relative_uri(self):
|
||||
self.assertEqual(self.u.relative_uri, '/path/filename.jpg?p=2#5')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue