Searched refs:p_tests (Results 1 – 2 of 2) sorted by relevance
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_zcbor.py | 32 p_tests = Path(p_root, 'tests') variable 33 p_manifest12 = Path(p_tests, 'cases', 'manifest12.cddl') 34 p_manifest14 = Path(p_tests, 'cases', 'manifest14.cddl') 35 p_manifest16 = Path(p_tests, 'cases', 'manifest16.cddl') 36 p_manifest20 = Path(p_tests, 'cases', 'manifest20.cddl') 37 p_test_vectors12 = tuple(Path(p_tests, 'cases', f'manifest12_example{i}.cborhex') for i in range(6)) 38 p_test_vectors14 = tuple(Path(p_tests, 'cases', f'manifest14_example{i}.cborhex') for i in range(6)) 39 p_test_vectors16 = tuple(Path(p_tests, 'cases', f'manifest14_example{i}.cborhex') for i in range(6)… 40 p_test_vectors20 = tuple(Path(p_tests, 'cases', f'manifest20_example{i}.cborhex') for i in range(6)) 41 p_optional = Path(p_tests, 'cases', 'optional.cddl') [all …]
|
D | test_repo_files.py | 24 p_tests = p_root / 'tests' variable 32 p_test_zcbor_py = p_tests / 'scripts' / 'test_zcbor.py' 33 p_test_versions_py = p_tests / 'scripts' / 'test_versions.py' 34 p_test_repo_files_py = p_tests / 'scripts' / 'test_repo_files.py'
|