Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double-query-encoding bug #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Simon-Will
Copy link

Fixes #231. I just saw that there already is a merge request that fixes this (#219). You can of course decide which version you want to accept.

While writing the tests, I noticed that the project is using the library ddt. I think pytest.mark.parametrize works much more elegantly. With ddt, my test setup got a bit awkward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function normalize_url doubly encodes query string in some cases.
1 participant