wrote a failing test.
changed test_miniuri.py
This commit is contained in:
parent
4060d0da78
commit
ea0bd71daa
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class TestMiniUri(TestCase):
|
|||
self.u = Uri('https://fox:pass@www.foxhop.net:81?p=2#5')
|
||||
self.assertEqual(self.u.path, '')
|
||||
self.assertEqual(self.u.uri, 'https://fox:pass@www.foxhop.net:81?p=2#5')
|
||||
self.assertEqual(self.u.port, '81')
|
||||
|
||||
def test_uri_filename_only_path(self):
|
||||
self.u = Uri('https://fox:pass@www.foxhop.net:81/filename.jpg?p=2#5')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue