Closed bittner closed 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?
before_scenario
after_scenario
python manage.py behave
Sorry, I didn't see your own PR.
Two deprecation warnings that are shown when the functions
before_scenario
andafter_scenario
are executed. Interestingly, they don't show up when you executepython manage.py behave
, which may be good though. Do you know how?