Bump version: 0.3.4 → 0.3.5 #125
GitHub Actions / Test Results
succeeded
Feb 27, 2026 in 0s
All 56 tests pass in 1m 3s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
56 tests found
There are 56 tests, see "Raw output" for the full list of tests.
Raw output
hatch_cpp.tests.test_hatch_build.TestHatchBuild ‑ test_hatch_build
hatch_cpp.tests.test_platform_specific.TestMSVCPythonLibsPath ‑ test_msvc_link_flags_include_libpath
hatch_cpp.tests.test_platform_specific.TestMSVCPythonLibsPath ‑ test_msvc_link_flags_with_libraries
hatch_cpp.tests.test_platform_specific.TestMSVCPythonLibsPath ‑ test_msvc_link_flags_with_platform_specific_libraries
hatch_cpp.tests.test_platform_specific.TestPlatformFieldOrdering ‑ test_base_list_not_mutated
hatch_cpp.tests.test_platform_specific.TestPlatformFieldOrdering ‑ test_include_dirs_ordering
hatch_cpp.tests.test_platform_specific.TestPlatformFieldOrdering ‑ test_libraries_ordering
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_compile_flags_include_platform_specific_include_dirs
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_compile_flags_include_platform_specific_macros
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_darwin_platform_uses_darwin_specific_fields
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_link_flags_include_platform_specific_libraries
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_link_flags_include_platform_specific_link_args
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_msvc_compile_flags_use_platform_specific_fields
hatch_cpp.tests.test_platform_specific.TestPlatformFlagsIntegration ‑ test_win32_platform_uses_win32_specific_fields
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_alias_hyphenated_names
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_compile_args
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_define_macros
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_extra_objects
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_include_dirs
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_libraries
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_library_dirs
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_link_args
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_effective_undef_macros
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_empty_platform_specific_fields
hatch_cpp.tests.test_platform_specific.TestPlatformSpecificFields ‑ test_only_platform_specific_fields
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_basic]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_cmake]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_cmake_vcpkg]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_limited_api]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_nanobind]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_override_classes0]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_override_classes1]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_override_toolchain]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_pybind]
hatch_cpp.tests.test_projects.TestProject ‑ test_basic[test_project_pybind_vcpkg]
hatch_cpp.tests.test_structs.TestStructs ‑ test_cmake_args
hatch_cpp.tests.test_structs.TestStructs ‑ test_platform_toolchain_override
hatch_cpp.tests.test_structs.TestStructs ‑ test_validate_py_limited_api
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_custom_vcpkg_root
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_multiple_submodules
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_vcpkg_with_branch
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_vcpkg_with_commit_sha_branch
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_vcpkg_without_branch
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_gitmodules_without_vcpkg_submodule
hatch_cpp.tests.test_vcpkg_ref.TestReadVcpkgRefFromGitmodules ‑ test_no_gitmodules_file
hatch_cpp.tests.test_vcpkg_ref.TestResolveVcpkgRef ‑ test_explicit_ref_takes_priority_over_gitmodules
hatch_cpp.tests.test_vcpkg_ref.TestResolveVcpkgRef ‑ test_falls_back_to_gitmodules
hatch_cpp.tests.test_vcpkg_ref.TestResolveVcpkgRef ‑ test_returns_none_when_no_ref
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgGenerate ‑ test_generate_no_vcpkg_json
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgGenerate ‑ test_generate_skips_clone_when_vcpkg_root_exists
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgGenerate ‑ test_generate_with_explicit_ref
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgGenerate ‑ test_generate_with_gitmodules_ref
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgGenerate ‑ test_generate_without_ref
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgRefConfig ‑ test_default_vcpkg_ref_is_none
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgRefConfig ‑ test_explicit_vcpkg_ref
hatch_cpp.tests.test_vcpkg_ref.TestVcpkgRefConfig ‑ test_explicit_vcpkg_ref_commit_sha
Loading