コード例 #1
0
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         gsm_validator('This is not an ok message…')
コード例 #2
0
ファイル: test_validators.py プロジェクト: nikolay/apostello
 def test_upper_chars(self):
     with pytest.raises(ValidationError):
         gsm_validator('This is not an ok message…')
コード例 #3
0
 def test_ok(self):
     gsm_validator('This is an ok message')
コード例 #4
0
ファイル: test_validators.py プロジェクト: nikolay/apostello
 def test_ok(self):
     gsm_validator('This is an ok message')