PyTest - Basics and Setup
Identify the error in this
pytest test code:def test_sum():
total = sum([1, 2, 3])
assert total = 6pytest test code:def test_sum():
total = sum([1, 2, 3])
assert total = 615+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions