def test_get_feature(self):
     c = NginxContainerCrawler()
     self.assertEqual(c.get_feature(), 'nginx')
 def test_get_feature(self):
     c = NginxContainerCrawler()
     self.assertEqual(c.get_feature(), 'nginx')