Beispiel #1
0
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         validate_lower('Upper case')
Beispiel #2
0
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         validate_lower('Upper case')
Beispiel #3
0
 def test_ok(self):
     validate_lower('all_lower_case')
Beispiel #4
0
 def test_ok(self):
     validate_lower('all_lower_case')