behave.example
behave.example copied to clipboard
NameError: name 'behave_run' is not defined
On Windows 10 running "invoke test" after fixing invoke.yml to run on windows
run:
echo: true
pty: false
shell: C:\Windows\System32\cmd.exe
I get the following:
(.venv_py) C:\Development\behave\behave.example>invoke test
[1;37mc:\development\behave\behave.example\.venv_py\scripts\python.exe bin/behave -f progress features[0m
Traceback (most recent call last):
File "bin/behave", line 1, in <module>
behave_run.py
NameError: name 'behave_run' is not defined
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Comment to post when closing a stale issue. Set to false to disable
Reopen