OpenMC/tests/regression_tests/plot/test.py

8 lines
248 B
Python

from tests.testing_harness import PlotTestHarness
from tests.regression_tests import config
def test_plot():
harness = PlotTestHarness(('plot_1.png', 'plot_2.png', 'plot_3.png',
'plot_4.h5'))
harness.main()