Exemplo n.º 1
0
    def test_entry_point(self):
        plugin, config = entry_point()

        self.assertEqual(plugin, YumProfiler)
        self.assertEqual(config, {})
Exemplo n.º 2
0
    def test_entry_point(self):
        plugin, config = entry_point()

        self.assertEqual(plugin, YumProfiler)
        self.assertEqual(config, {})