コード例 #1
0
ファイル: test_migration.py プロジェクト: Blahhhhh/neutron
 def test_get_subproject_script_location(self):
     foo_ep = cli._get_subproject_script_location('networking-foo')
     expected = 'networking_foo.db.migration:alembic_migrations'
     self.assertEqual(expected, foo_ep)
コード例 #2
0
 def test_get_subproject_script_location(self):
     foo_ep = cli._get_subproject_script_location('networking-foo')
     expected = 'networking_foo.db.migration:alembic_migrations'
     self.assertEqual(expected, foo_ep)