Searched refs:p_test_vectors12 (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 37 p_test_vectors12 = tuple(Path(p_tests, 'cases', f'manifest12_example{i}.cborhex') for i in range(6)) variable 70 self.decode_file(p_test_vectors12[0], p_manifest12) 106 self.decode_file(p_test_vectors12[0], p_manifest12, p_manifest12) 112 self.decode_file(p_test_vectors12[1], p_manifest12) 128 self.decode_file(p_test_vectors12[2], p_manifest12) 153 self.decode_file(p_test_vectors12[3], p_manifest12) 167 self.decode_file(p_test_vectors12[4], p_manifest12) 181 self.decode_file(p_test_vectors12[5], p_manifest12) 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-… [all …]
|