mixxorz / behave-django

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

behave-django shouldn't create the test database during --dry-run #27

Closed mixxorz closed 9 years ago

mixxorz commented 9 years ago

Currently, behave-django always creates the database. It would be better if it didn't during a --dry-run.

This is causing some issues with another project I'm working on.

bittner commented 9 years ago

I may fix this together with issue #11 (ETA today).