I've written a django-behave module to enable the use of the Behave
BDD module inside Django's test framework.
http://pypi.python.org/pypi/django-behave
Basic functionality at present, but I'll be continuing development on
it, and I am using it myself.
If anyone would be interested in trying it out, I'd appreciate the
feedback.
Also, this is my first foray into writing a TestRunner; if anyone can
point me at any documentation about how to do it well, I'd appreciate
it. For example, what's the right way to work with other TestRunners
such as nose?
Rachel