spulec / uncurl

A library to convert curl requests to python-requests.
Apache License 2.0
615 stars 96 forks source link

Test colon header #11

Closed ichux closed 6 years ago

ichux commented 6 years ago
  1. Added a test to demonstrate the type of headers I added improvement for.
  2. Removed an unused import
spulec commented 6 years ago

Looks like the tests are failing. I think we need to add back the import sure

ichux commented 6 years ago

I had added back the import and all tests passed. I never knew that the tests will fail based on that refactoring.

But I now know better. Thanks