Luís Soares
Luís Soares
If I pass 421, I get `requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))` when using [requests](https://pypi.org/project/requests/) library. [more info](https://stackoverflow.com/questions/73642052/python-requests-post-fails-in-421?noredirect=1#comment130043865_73642052)
the current hack I used: from httpretty.http import STATUSES STATUSES[421] = "Misdirected Request"
Hey @SleeplessByte I don't mind discussing this in the forum. Should I? To answer your questions: In fact, I'm trying to update JUnit 4 to JUnit 5 - the way...
with JUnit 5 nested abilities: with JUnit 4 there's no arrow to run the whole test and it's not visible in the menu as well. PS. I doubt we can...