Exemplo n.º 1
0
 def testGetPathAfterPublicHtmlNoPublicHtml(self):
   self.assertEqual('/home/joe/missing/foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/missing/foo/bar'))
Exemplo n.º 2
0
 def testGetPathAfterPublicHtml(self):
   self.assertEqual('foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/public_html/foo/bar'))