Home
last modified time | relevance | path

Searched refs:p_root (Results 1 – 4 of 4) sorted by relevance

/zcbor-3.5.0-3.4.0/tests/scripts/
Dtest_repo_files.py23 p_root = Path(__file__).absolute().parents[2] variable
24 p_tests = p_root / 'tests'
25 p_readme = p_root / "README.md"
26 p_architecture = p_root / "ARCHITECTURE.md"
27 p_release_notes = p_root / "RELEASE_NOTES.md"
28 p_init_py = p_root / 'zcbor' / '__init__.py'
29 p_zcbor_py = p_root / 'zcbor' / 'zcbor.py'
30 p_setup_py = p_root / 'setup.py'
31 p_add_helptext = p_root / 'add_helptext.py'
35 p_hello_world_sample = p_root / 'samples' / 'hello_world'
[all …]
Dtest_versions.py14 p_root = p_script_dir.parents[1] variable
15 p_VERSION = p_root / "zcbor" / "VERSION"
16 p_release_notes = p_root / "RELEASE_NOTES.md"
Dtest_zcbor.py31 p_root = Path(__file__).absolute().parents[2] variable
32 p_tests = Path(p_root, 'tests')
50 p_README = Path(p_root, 'README.md')
51 p_prelude = Path(p_root, 'zcbor', 'cddl', 'prelude.cddl')
/zcbor-3.5.0-3.4.0/
Dadd_helptext.py13 p_root = Path(__file__).absolute().parents[0] variable
14 p_README = Path(p_root, 'README.md')