nova/nova/tests/unit/db
Stephen Finucane b88ea30701 db: Don't pass strings to 'Connection.execute'
Resolve the following RemovedIn20Warning warning:

  Passing a string to Connection.execute() is deprecated and will be
  removed in version 2.0.  Use the text() construct, or the
  Connection.exec_driver_sql() method to invoke a driver-level SQL
  string.

Change-Id: I44d6bf1ebfaf24f00a21389364456bceaae7c4d1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-11-12 09:58:42 +00:00
..
api Fix interference in db unit test 2021-11-05 11:41:27 +01:00
main db: Don't pass strings to 'Connection.execute' 2021-11-12 09:58:42 +00:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_migration.py Fix interference in db unit test 2021-11-05 11:41:27 +01:00
test_models.py db: Remove nova-network models 2021-11-03 17:33:53 +00:00
test_utils.py db: Post reshuffle cleanup 2021-08-09 15:34:40 +01:00