PyTest - Writing Assertions
What will be the output when running this pytest code?
def test_value():
x = 3
assert x == 5, "x is not equal to 5"
def test_value():
x = 3
assert x == 5, "x is not equal to 5"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions