def test_int32_with_in_range_number(n):
    int32_validator(n)
def test_int32_with_out_of_range_number(n):
    with pytest.raises(ValidationError):
        int32_validator(n)
def test_int32_with_out_of_range_number(n):
    from django.core.exceptions import ValidationError
    with pytest.raises(ValidationError):
        int32_validator(n)
def test_int32_with_in_range_number(n):
    int32_validator(n)
def test_int32_with_out_of_range_number(n):
    with pytest.raises(ValidationError):
        int32_validator(n)