Skip to content
Snippets Groups Projects
Commit 35c3ac78 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Expose test data in main test script for command line access

parent 788b8a90
No related branches found
No related tags found
2 merge requests!31Remove dissipation part duplication,!28WENO flux bug
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment