gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module
https://httpretty.readthedocs.org
MIT License
2.11k stars 275 forks source link

Failure of one test case triggered by minor change to another. #305

Open mikedlr opened 8 years ago

mikedlr commented 8 years ago

Hi; I wanted to test how different request priorities interact in HTTPretty. In doing this I decided to alter the regular expressions used in matching the URLs. Doing this didn't break the test case I was trying to alter, however a completely different test case did break.

See attachments.

gabrielfalcao commented 4 years ago

is this still an issue?