예제 #1
0
 def test_strip_and_unquote(self):
     with self.assertRaises(IllegalValueError):
         ParsecValidator.strip_and_unquote(['a'], '"""')
예제 #2
0
def test_strip_and_unquote():
    with pytest.raises(IllegalValueError):
        ParsecValidator.strip_and_unquote(['a'], '"""')
예제 #3
0
파일: test_validate.py 프로젝트: cylc/cylc
 def test_strip_and_unquote(self):
     with self.assertRaises(IllegalValueError):
         ParsecValidator.strip_and_unquote(['a'], '"""')