mixxorz / behave-django

Behave BDD integration for Django
https://pythonhosted.org/behave-django/
38 stars 5 forks source link

Add deprecation warning to environment module #31

Closed bittner closed 9 years ago

bittner commented 9 years ago

Two deprecation warnings that are shown when the functions before_scenario and after_scenario are executed. Interestingly, they don't show up when you execute python manage.py behave, which may be good though. Do you know how?

bittner commented 9 years ago

Sorry, I didn't see your own PR.