Expand description
Shared test-context constructors.
Use these helpers instead of hand-rolling local Cx constructors in tests.
The two constructors cover structure-only tests and eager-evaluation tests;
a test module can route through them with
use sim_kernel::testing::bare_cx as cx;.