Searched refs:popen_test (Results 1 – 2 of 2) sorted by relevance
| /zcbor-latest/tests/scripts/ |
| D | test_zcbor.py | 555 def popen_test(self, args, input="", exp_retcode=0): member in PopenTest 567 self.popen_test(self.get_std_args(p_test_vectors12[n], cmd="validate"), "") 568 …stdout0, _ = self.popen_test(self.get_std_args(p_test_vectors12[n]) + ["--output", "-", "--output-… 570 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout0) 571 …stdout1, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "cbor", "--output", "-", "--o… 573 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "json"], stdout1) 574 …stdout2, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "json", "--output", "-", "--o… 576 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "yaml"], stdout2) 577 …stdout3, _ = self.popen_test(self.get_std_args("-") + ["--input-as", "yaml", "--output", "-", "--o… 581 self.popen_test(self.get_std_args("-", cmd="validate") + ["--input-as", "cbor"], stdout3) [all …]
|
| D | test_repo_files.py | 66 def popen_test(self, args, input='', exp_retcode=0, **kwargs): member in TestSamples 90 self.popen_test(c) 93 output, _ = self.popen_test(c)
|