Esempio n. 1
0
 def test_is_json_return_true_with_valid_json(self, test_input):
     ret_val = Utils.is_json(test_input)
     assert ret_val is True