コード例 #1
0
 def testGetPathAfterPublicHtmlNoPublicHtml(self):
   self.assertEqual('/home/joe/missing/foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/missing/foo/bar'))
コード例 #2
0
 def testGetPathAfterPublicHtml(self):
   self.assertEqual('foo/bar',
       podcast_gen._GetPathAfterPublicHtml('/home/joe/public_html/foo/bar'))