oslo.db/tests/sqlalchemy
Julia Varlamova 58474e8158 Add index modifying methods
Add to openstack/common/db/sqlalchemy/utils.py
methods for modifying indexes:
- add_index
- drop_index
- change_index_columns
- index_exists
- column_exists

Add tests for these methods to TestUtils class
in tests/unit/db/sqlalchemy/test_utils.py

Change-Id: Ib7b2a1a8169fff803a925326703e71c014230a68
2014-05-30 18:15:03 +04:00
..
__init__.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_migrate_cli.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_migration_common.py Merge "Fix wrong method name with assert_called_once_with" 2014-05-22 14:39:45 +00:00
test_migrations.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_models.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_options.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_sqlalchemy.py Make the tests passing 2014-04-18 12:51:26 +03:00
test_utils.py Add index modifying methods 2014-05-30 18:15:03 +04:00