Example #1
0
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         gsm_validator('This is not an ok messageā€¦')
Example #2
0
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         gsm_validator('This is not an ok messageā€¦')
Example #3
0
 def test_ok(self):
     gsm_validator('This is an ok message')
Example #4
0
 def test_ok(self):
     gsm_validator('This is an ok message')