Searched refs:p_cases (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/scripts/ |
| D | test_zcbor.py | 36 p_cases = Path(p_tests, 'cases') variable 37 p_manifest12 = Path(p_cases, 'manifest12.cddl') 38 p_manifest14 = Path(p_cases, 'manifest14.cddl') 39 p_manifest16 = Path(p_cases, 'manifest16.cddl') 40 p_manifest20 = Path(p_cases, 'manifest20.cddl') 41 p_test_vectors12 = tuple(Path(p_cases, f'manifest12_example{i}.cborhex') for i in range(6)) 42 p_test_vectors14 = tuple(Path(p_cases, f'manifest14_example{i}.cborhex') for i in range(6)) 43 p_test_vectors16 = tuple(Path(p_cases, f'manifest14_example{i}.cborhex') for i in range(6)) # Iden… 44 p_test_vectors20 = tuple(Path(p_cases, f'manifest20_example{i}.cborhex') for i in range(6)) 45 p_optional = Path(p_cases, 'optional.cddl') [all …]
|