Exemplo n.º 1
0
 def test_is_not_jmespath(self):
   self.assertFalse(resembles_jmespath_exp('Something'))
   self.assertFalse(resembles_jmespath_exp('Something[1]'))
Exemplo n.º 2
0
 def test_is_jmespath(self):
   self.assertTrue(resembles_jmespath_exp('Something.Else'))