Dan Sloan
Dan Sloan
## Description This is a draft PR implementing #1408 - so far it has pretty good coverage of the websocket side of things, but I need to finish: - the...
# Bug report ## What's wrong The recent addition of Sequence for BaseListView.object_list breaks code that expects it to be a QuerySet (which is the default behaviour in Django CBVs,...
WIP: test suite for ASGI specification compliance. It seems like a great idea for a ASGI test library to have tests itself to check it is compliant with the spec,...
This package currently treats lifespan protocol as mandatory - if the application raises an exception in a lifespan.startup message, it treats the testclient as failed. The [ASGI spec states](https://asgi.readthedocs.io/en/latest/specs/lifespan.html#scope): >...
While learning to use behave and behave-django, having come from a pytest background, I had very little pre-existing knowledge of Django's testcase implementations. One thing that tripped me up was...
I started using behave-django today and ran fairly quickly into the issue that django_ready() hook is documented as taking a 'scenario' argument, but doesn't actually. Can I suggest that you...
When a validation error occurs in a large and complex configuration, it can be almost impossible to figure out what the actual error was. Take a case here, where a...
The typing support in the Config class is really useful, as it makes it possible to get autocompletion when creating config objects- saves some time on looking up documentation, and...
Perhaps this isn't very high priority for now and could just be documented as a known limitation, and I know you're potentially going to make API changes anyway. But I...