OpenMC/tests/regression_tests/plot_projections/test.py

6 lines
252 B
Python

from tests.testing_harness import PlotTestHarness
from tests.regression_tests import config
def test_plot():
harness = PlotTestHarness(('plot_1.png', 'example1.png', 'example2.png', 'example3.png', 'orthographic_example1.png'))
harness.main()