trixi-framework / TrixiBase.jl

Common functionality used by multiple Julia packages in the Trixi Framework
https://trixi-framework.github.io/TrixiBase.jl/
MIT License
5 stars 3 forks source link

Make `$test_nowarn_mod` available to downstream packages #9

Open sloede opened 8 months ago

sloede commented 8 months ago
          Can we somehow export this as well when importing TrixiBase from a testing environment? Then we can avoid duplicating this function from Trixi.

_Originally posted by @efaulhaber in https://github.com/trixi-framework/TrixiBase.jl/pull/5#discussion_r1469798095_

ranocha commented 8 months ago

My suggestion would be to call this macro @trixi_test_nowarn and include it in a package TrixiTest.jl.

sloede commented 8 months ago

Sounds good to me. I'd just like to gather some experience with (the additional management overhead of) TrixiBase.jl first, before adding more upstream packages.

However, if someone else is willing to set up TrixiTest.jl right now, I wouldn't be opposed either.