Files
Jukka Aho 30a975ec9d test(mesh): cover Gmsh stub errors without the Gmsh extension
Add a focused test file asserting read_gmsh_msh raises ErrorException and
mesh_from_current_gmsh_model stays undefined until JuliaFEMGmshExt loads.

- Add test_gmsh_stub.jl with two throws checks for the weakdep path
- Include the new file from test/mesh/runtests.jl next to existing mesh tests
2026-05-11 03:02:14 +03:00

11 lines
202 B
Julia

# SPDX-FileCopyrightText: 2015-2026 Jukka Aho
# SPDX-License-Identifier: MIT
using Test
using JuliaFEM
using Tensors
include("test_refine.jl")
include("test_mesh_api.jl")
include("test_gmsh_stub.jl")