Suite
suite
canonical_suite_name(project_root)
Return the namespaced test-suite directory for a project directory.
Source code in packages/axm-ingot/src/axm_ingot/suite.py
is_suite_name(name)
Return whether name denotes a legacy or namespaced suite root.
is_suite_path(path)
Return whether any component of path is a recognized suite root.
resolve_suite_dir(project_root)
Resolve a project's primary suite root from config, then convention.
Source code in packages/axm-ingot/src/axm_ingot/suite.py
resolve_suite_dirs(project_root)
Resolve suite roots owned by a project and each uv-workspace member.