entry_points={'console_scripts': [ 'pytest=pytest:main', 'py.test=pytest:main']}, ... ) When we install the pytest package this will ...
確定! 回上一頁