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