PyTest - Basics and Setup
Which of the following is a correct way to verify that PyTest is installed after running
pip install pytest?pip install pytest?pytest --version shows the installed PyTest version if it is installed.pytest install is not a valid command.pytest --version in the terminal -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions