Example #1
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)
Example #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)