mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Replace four plot tests with one
This commit is contained in:
parent
9be8714199
commit
cc26157544
25 changed files with 11 additions and 198 deletions
11
tests/test_plot/test_plot.py
Normal file
11
tests/test_plot/test_plot.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.pardir)
|
||||
from testing_harness import PlotTestHarness
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
harness = PlotTestHarness(('1_plot.ppm', '2_plot.ppm', '3_plot.ppm'))
|
||||
harness.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue