From 35c3ac78dc19e255eeff3ce035a5f6187c61da6e Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 23 Aug 2019 14:14:21 -0500
Subject: [PATCH] Expose test data in main test script for command line access

---
 test.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test.py b/test.py
index ed0a436..671b7fe 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):
-- 
GitLab