示例#1
0
 def test_plugin_option(self):
     f = init_data('plugin', plugin='qopen.tests.test_core : gw_test')
     self.assertEqual(f(nework=4, station=2), 42)
示例#2
0
 def test_plugin_option(self):
     f = init_data('plugin', plugin='qopen.tests.test_core : gw_test')
     self.assertEqual(f(nework=4, station=2), 42)