diff --git a/test.py b/test.py
index 5e465eaf657f2b14b965702d79957181094d66e3..79b4b89fe3c7e52bf3321c2d4170ad2f4c6467ec 100644
--- a/test.py
+++ b/test.py
@@ -18,6 +18,10 @@ import utilities as u
 from data_for_test import flux_test_data_fixture  # noqa: F401
 
 
+def test_weno_weight_computation(ctx_factory, flux_test_data_fixture):
+    data = flux_test_data_fixture
+
+
 @pytest.mark.slow
 def test_weno_flux_uniform_grid(ctx_factory, flux_test_data_fixture):
     data = flux_test_data_fixture