behave / behave-django

Behave BDD integration for Django
https://behave-django.readthedocs.io/
MIT License
205 stars 46 forks source link

Feature/dynamic django runner #123

Closed rodrigondec closed 2 years ago

rodrigondec commented 3 years ago

related to #122

rodrigondec commented 3 years ago

Update?

bittner commented 2 years ago

@rodrigondec Is there anything in your PR that you see missing in the implementation we have merged with #130? Anything you would like to see integrated from your PR?

  1. The test runner can be set via a CLI option elegantly & easily.
  2. A test case can be integrated via the custom test runner (following the pattern outlined in the behave_django.runner module).