我想在我的程序中使用behave lib.我在行为教程中编写代码.但是,当我"运行"我的教程项目时,我在PyCharm-console中看到:
C:\Python27\virtualenv\Scripts\python.exe "C:/Program Files (x86)/JetBrains/PyCharmProjects/tutorial/steps/tutorial.py"
Process finished with exit code 0
Run Code Online (Sandbox Code Playgroud)
我想我必须使用behave.exe来运行我的项目:
C:\Python27\virtualenv\Scripts\behave.exe
Run Code Online (Sandbox Code Playgroud)
怎么弄?