示例#1
0
 def test_should_run_plugin_wildcard(self):
     self.assertTrue(migration.should_run(['foo'], ['*']))
示例#2
0
 def test_should_run_plugin_wildcard(self):
     self.assertTrue(migration.should_run(['foo'], ['*']))
示例#3
0
 def test_should_run_plugin_in_list(self):
     self.assertTrue(migration.should_run(['foo'], ['foo', 'bar']))
     self.assertFalse(migration.should_run(['foo'], ['bar']))
示例#4
0
 def test_should_run_plugin_in_list(self):
     self.assertTrue(migration.should_run(['foo'], ['foo', 'bar']))
     self.assertFalse(migration.should_run(['foo'], ['bar']))