Replace four plot tests with one

This commit is contained in:
Paul Romano 2016-01-19 11:21:24 -06:00
parent 9be8714199
commit cc26157544
25 changed files with 11 additions and 198 deletions

View 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()