From 55a528e67a744084a2689b4eeff2e85adc328180 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 28 Jul 2019 17:12:04 -0500 Subject: [PATCH] Rename test_data to avoid pytest confusion --- test_data.py => data_for_test.py | 0 test.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test_data.py => data_for_test.py (100%) 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 543abaf..be05de0 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): -- GitLab