What does pytest do if code inside with pytest.raises(ValueError) completes normally?

from Python
advanced 1 min

What does pytest do if code inside with pytest.raises(ValueError) completes normally?

Report an error