2
我在Win7上使用Python 3.3,我對測試和py.test相當陌生。 我有一個簡單的測試運行,雖然我可以在命令行中試圖用簡單的線條來調用它,當調用無法從命令行調用py.test <module_name> .py?
$ python -m pytest testing.py
運行
$ py.test testing.py
返回:
'py.test' is not recognized as an internal or external command,
operable program, or batch file
我是否需要將py.test源文件夾放在與我的程序相同的位置,還是我做了某些不正確的事情?