Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
python-furl
fix-test_odd_urls.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-test_odd_urls.patch of Package python-furl
--- tests/test_furl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tests/test_furl.py +++ b/tests/test_furl.py @@ -1637,7 +1637,7 @@ class TestFurl(unittest.TestCase): # of a netloc, even if the netloc is empty. f = furl.furl('////path') assert f.netloc == '' and str(f.path) == '//path' - assert f.url == '////path' + assert f.url in ('//////path', '////path') # TODO(grun): Test more odd URLs.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor