pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
513 stars 86 forks source link

Fix double-query-encoding bug #232

Open Simon-Will opened 1 year ago

Simon-Will commented 1 year ago

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.