Exemple #1
0
 def test_strip_and_unquote(self):
     with self.assertRaises(IllegalValueError):
         ParsecValidator.strip_and_unquote(['a'], '"""')
Exemple #2
0
def test_strip_and_unquote():
    with pytest.raises(IllegalValueError):
        ParsecValidator.strip_and_unquote(['a'], '"""')
Exemple #3
0
 def test_strip_and_unquote(self):
     with self.assertRaises(IllegalValueError):
         ParsecValidator.strip_and_unquote(['a'], '"""')