예제 #1
0
 def test_is_not_jmespath(self):
   self.assertFalse(resembles_jmespath_exp('Something'))
   self.assertFalse(resembles_jmespath_exp('Something[1]'))
예제 #2
0
 def test_is_jmespath(self):
   self.assertTrue(resembles_jmespath_exp('Something.Else'))