def test_sphere_dplot_main_cl101(self): args = { "depth_file_path": self.__input1, "output_dest": self.__output, "pn": 10, "fs": 30, } sphere_dplot.main(args, SphereDplotTest.logger)
def test_sphere_dplot_command3(self): argv_str = "{0} {1}".format(self.__output, self.__input3) argv = argv_str.split() args = sphere_dplot.argument_parse(argv) sphere_dplot.main(args, SphereDplotTest.logger)