Ejemplo n.º 1
0
 def test_module_name(self):
     self.assertEqual('foo.bar.blarg.wibble',
                      plugin_loader._module_name('foo.bar', 'blarg.wibble'))
Ejemplo n.º 2
0
 def test_module_name(self):
     self.assertEqual(plugin_loader._module_name('foo.bar', 'blarg.wibble'),
                      'foo.bar.blarg.wibble')
Ejemplo n.º 3
0
 def test_module_name(self):
     self.assertEqual("foo.bar.blarg.wibble", plugin_loader._module_name("foo.bar", "blarg.wibble"))