Setting up django-behave
Install django-behave from pypi or github.
Edit test_settings.py (or which settings file you use when running tests). Add this: INSTALLED_APPS += ('django-behave', ) TEST_RUNNER = 'django-behave.runner.DjangoBehave_Runner'
Create a features dir, in the apps you want to test.
If you then run test on that app, you should now see something like this: ` (ve)$ PYTHONPATH=. python proj/manage.py test author –settings=proj.test_settings
E ERROR: runTest (django-behave.runner.DjangoBehaveTestCase) Traceback (most recent call last): File “…/ve/lib/python2.