Peter Bittner

Results 498 comments of Peter Bittner

If anyone is interested to add a performance measuring feature to behave-django a PR is welcome!

That one has popped up a few times since it was introduced with #46. Should be fixed now with commit 4d8df68. Sorry for the inconvenience. Not sure why this happened...

This is fixed in the current [latest docs](https://behave-django.readthedocs.io/en/latest/setup.html) ([stable](https://behave-django.readthedocs.io/en/stable/setup.html?highlight=django_ready#django-ready-hook) is still showing the second argument in addition) and will be rolled out to `stable` with our next release to PyPI....

@proofit404 helped to deal with the original issue #16 for Channels 1. He, and of course @andrewgodwin, may help us shed light into your problem. -- Artem? Andrew? **ping!** :bell:...

@reallinfo Can I draw your attention to this issue? No obligations, but if you happen to have an idea (e.g. for a combination of "[Django](https://www.djangoproject.com/) and [behave](https://behave.readthedocs.io/en/latest/)"), that would be...

I like the idea! Now we only need a gifted illustrator! Maybe it also helps to think of a "Python and behave" logo, a [snake with a lasso](https://www.youtube.com/watch?time_continue=30&v=Jn3SPlAV5Zw), and then...

Thanks for the feedback, Richard! I agree, rolling back changes would be nice. I may disclose that this option has not been envisioned for rolling back changes. When I added...

Note to self: Try `behave --verbose` for diagnosis (as [proposed by Jens](https://github.com/behave/behave/pull/326#issuecomment-406088977))

Side note: In the builds [a CLI test](https://github.com/behave/behave-django/blob/master/tests/test_cli.py#L105) is failing, but really the [multiple-feature-directories.feature](https://github.com/behave/behave-django/blob/master/test_app/features/multiple-feature-directories.feature) should fail for the problem the failing build is exposing. :worried:

Current result of problem analysis, after some refactoring: **A)** When a single path is specified in the behave configuration everything works as expected, e.g. ```ini [behave] paths = tests/acceptance ```...