Example #1
0
 def test_plugin_list(self):
     model = ObjectStore()
     model.append([PLUGIN])
     plist = PluginListView()
     plist.set_model(model)
     with realized(plist):
         plist.select_by_plugin_id("foobar")
     plist.destroy()
Example #2
0
 def test_plugin_list(self):
     model = ObjectStore()
     model.append([PLUGIN])
     plist = PluginListView()
     plist.set_model(model)
     with realized(plist):
         plist.select_by_plugin_id("foobar")
     plist.destroy()