Peter Bittner
Peter Bittner
Aha! Gotcha! The [behave documentation](https://behave.readthedocs.io/en/latest/behave.html#configuration-parameter-types) shows a configuration example, which starts the value list right in the same line as the equal sign. This syntax, interestingly enough, works. However, if...
> The `configparser` module implements/requires the behaviour that the first item needs to be in the first line. Normal case for "append-mode" where many values are allowed. When I try...
@jenisys The fix for this is really easy. Writing the tests (mocking the ConfigParser) is a pain, though. I've tried this with a colleague. Not nice. I may place a...
The [documentation](https://behave-django.readthedocs.io/en/stable/isolation.html) says, re Test Isolation: > Each scenario is run inside a database transaction, just like your regular TestCases. Hence, you should load your fixtures before each scenario. Please...
It runs with just `behave` but not with `python manage.py behave`? Sounds like an issue with your Behave setup. Not with behave-django. Do you have some special code in your...
Is there a reason why you set `context.server_url`? What do you do with that value? Can you try to use `context.get_url()` instead, as described in the [instructions in the manual](https://behave-django.readthedocs.io/en/latest/webbrowser.html)?...
I'm not sure what your change is going to do or look like. Is it overriding [base_url](https://github.com/behave/behave-django/blob/master/behave_django/environment.py#L11-L13) in the environment module?
Somewhat related: `reuse addheader` allows to add _any_ string you want as a license, e.g. ```console reuse addheader foobar/__init__.py --license GPLv33 ``` Shouldn't the tool report this as an invalid...
Hi there @bdklahn, I would be open for supporting a PythonTurtle revival. We already do have invested quite a few efforts to make this project more ready for the future....
@cool-RR, you're replaced some clip arts with commit 9082629f4ab5696cbf93f7b8d73c7e58395b0c1e. Can you explain your thoughts and the reasoning behind it? Personally, I like the green turtle and snake a lot! The...