Beispiel #1
0
 def test_gen_gse_dir(self):
     html_dir = gen_csv.gen_html_outdir(self.temp_outdir)
     d = os.path.join(html_dir, self.gse)
     self.assertEqual(d, gen_csv.gen_gse_dir(self.temp_outdir, self.gse))
     self.assertTrue(os.path.exists(d))
Beispiel #2
0
 def test_gen_html_outdir(self):
     d = os.path.join(self.temp_outdir, HTML_OUTDIR_BASENAME)
     self.assertEqual(d, gen_csv.gen_html_outdir(self.temp_outdir))
     self.assertTrue(os.path.exists(d))