PyTest - Basics and Setup
Given this pytest test code, what will be the output when running pytest?
def test_add():
assert 2 + 2 == 5def test_add():
assert 2 + 2 == 515+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions