diff --git a/test_data.py b/data_for_test.py
similarity index 100%
rename from test_data.py
rename to data_for_test.py
diff --git a/test.py b/test.py
index 543abaf32830b11b20d5143bf91afd72498056cb..be05de023638a4f9dff8211c2b4ef4911d77b488 100644
--- a/test.py
+++ b/test.py
@@ -15,7 +15,7 @@ from pyopencl.tools import (  # noqa
         as pytest_generate_tests)
 
 import utilities as u
-from test_data import test_flux_data_fixture  # noqa: F401
+from data_for_test import test_flux_data_fixture  # noqa: F401
 
 
 def test_weno_flux_uniform_grid(ctx_factory, test_flux_data_fixture):