You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chaining boltons.urlutils.URL.navigate() results in TypeError (#298)
* Add test cases for issue #158
* Fix TypeError w/issue #158 and PR #159
This makes only one more test pass (now only 3 failing) but at least
prevents the `TypeError` when attempting to add a `list` and a `tuple`.
* Fix: Expected results should be `https://host/b`
* Provide parameters via `path`
* Move test case after `test_navigate`
Co-authored-by: Wil Cooley <[email protected]>
0 commit comments