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