Searched refs:get_std_args (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 557 def get_std_args(self, input, cmd="convert"): member in TestCLI 561 self.popen_test(self.get_std_args(p_test_vectors12[n], cmd="validate"), "") 562 …stdout0, _ = self.popen_test(self.get_std_args(p_test_vectors12[n]) + ["--output", "-", "--output-… 564 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout0) 565 …stdout1, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o… 567 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "json"], stdout1) 568 …stdout2, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "json", "--output", "-", "--o… 570 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "yaml"], stdout2) 571 …stdout3, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "yaml", "--output", "-", "--o… 575 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout3) [all …]
|