mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-04 10:16:24 +00:00
16b652a13e
Replace include statement with comment noting that test_helpers.jl is included by parent runtests.jl. This eliminates method overwrite warnings for create_test_mesh() and create_test_kernel(). The parent test suite (runtests.jl) includes test_helpers.jl once, making it available to all sub-tests.