Beispiel #1
0
 def test_get(self):
     plugin = PluginEntry('category1', 'name1', 'mock:Mock')
     got = plugin.get()
     assert got is Mock