Beispiel #1
0
class Figure:
    
    def setUp(self):
        self.plab = PersistLabPlugins()
    
    def runTest(self, **kwargs):
        self.plab.exec_kwargs(data_files = self.data_files, 
                        figure_type=self.figure_type, 
                        figure_plot = 1, 
                        figure_show = 0, 
                        **kwargs)
        self.assertEqual(self.FigClass, self.plab.plotter.lifm[0].__class__)
Beispiel #2
0
def debug():
    plab = PersistLabPlugins()
    plab.args_parser().print_help()
    plab.exec_kwargs(data_files = data.LIFNTRANSIENT, 
                     figure_type='transient',
                    figure_plot = 1, figure_show = 1)
Beispiel #3
0
 def setUp(self):
     self.plab = PersistLabPlugins()