mixxorz / behave-django

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

Positional arguments don't get passed onto behave #36

Closed mixxorz closed 9 years ago

mixxorz commented 9 years ago

When I run python manage.py behave feature/some-feature.feature, behave runs everything. I installed 0.2.0 and it accepted the positional arguments. We had a regression. We should add a test for this.