From 178f1b6f79f85d9214925651d138e251b4a4e22f Mon Sep 17 00:00:00 2001 From: beckermr Date: Tue, 10 Dec 2024 12:51:55 -0600 Subject: [PATCH] fix: make sure to export the new fixtures and functions --- tests/galsim_test_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/galsim_test_helpers.py b/tests/galsim_test_helpers.py index 169dfb90ed..309308262a 100644 --- a/tests/galsim_test_helpers.py +++ b/tests/galsim_test_helpers.py @@ -50,6 +50,8 @@ "galsim_backend", "is_jax_galsim", "pytest", + "run_slow", + "runtests", ] # This file has some helper functions that are used by tests from multiple files to help