Question 11
Which of the following commands is/are valid to run pytest from the command line?
pytest
pytest test_file.py
pytest -run
pytest -k “login”
Which of the following commands is/are valid to run pytest from the command line?
pytest
pytest test_file.py
pytest -run
pytest -k “login”
Correct answers
pytest
pytest test_file.py
pytest -k “login”
Question 11 of 21 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 21 Dec 2025, in the September 2025 term (Modern Application Development I 18 Dec 25). It carries 3 marks.