diff --git a/test.py b/test.py index ed0a4360ff2e3963dd1c1f4913f49ce72fbe08b6..671b7fe606f27d44b93dfd6f761ad7ab6a5878c6 100644 --- a/test.py +++ b/test.py @@ -15,7 +15,10 @@ from pyopencl.tools import ( # noqa as pytest_generate_tests) import utilities as u -from data_for_test import flux_test_data_fixture # noqa: F401 +from data_for_test import ( # noqa: F401 + flux_test_data_fixture, + single_data as std # "single_test_data", sorry + ) def test_weno_flux_uniform_grid(ctx_factory, flux_test_data_fixture):