From 8c35970050b7b938b0ab0f2d5c9ad21c170830a5 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Mon, 11 May 2026 03:06:10 +0300 Subject: [PATCH] chore(test): register the io topic in the top-level test runner Mirror the new test/io tree in TOPICS so Pkg.test and topic filtering pick up WriteVTK coverage after mesh and before quadrature. - Insert "io" after "mesh" in the TOPICS constant ordering --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index 580e1c5..09395b9 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -21,6 +21,7 @@ const TOPICS = [ "topology", "geometry", "mesh", + "io", "quadrature", "domains/continuum", "domains/heat",