def test_division(): a = 9 / 3 assert "No ZeroDivisionError were raised" # [assert-on-string-literal]