nova/nova/tests/unit/db
Matt Riedemann 5135c54d01 Make archive_deleted_rows_for_table private
archive_deleted_rows_for_table is only really used by
nova.db.sqlalchemy.api.archive_deleted_rows so it should be a private
method. The entry point to this code for nova-manage db archive_deleted_rows
is through the archive_deleted_rows method only.

Change-Id: I8ff5311c160d1190a15867721081f5193e3f4b35
2015-10-08 09:44:16 -07:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fakes.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
test_db_api.py Make archive_deleted_rows_for_table private 2015-10-08 09:44:16 -07:00
test_migration_utils.py Provide working SQLA_VERSION attribute 2015-09-04 17:55:20 +01:00
test_migrations.py Reserve 10 migrations for backports 2015-09-30 08:29:04 -07:00
test_sqlalchemy_migration.py Remove legacy flavor compatibility code from Instance 2015-08-04 11:08:45 -07:00
test_sqlite.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00