Ejemplo n.º 1
0
    def prepare_for_run(self):
        """Prepare the report folders for Kissenium execution

        :return:
        """
        self.clean_reports_folder()
        SmallTools.check_path("reports/tmp")
Ejemplo n.º 2
0
 def setUp(self):
     reports_list = glob.glob("reports/*")
     globs = [reports_list]
     for g in globs:
         SmallTools.delete_from_glob(g)
     SmallTools.check_path("reports/tmp")