oslo.db/oslo_db/tests
Zane Bitter 5be38d2c66 Use skipTest() method instead of deprecated skip()
The method for skipping a test in unittest is skipTest(). testtools also
provides skip(), but that is deprecated. This eliminates the deprecation
warnings by switching to the recommended skipTest().

Change-Id: I45da95958e6f65475beab0d7a3c6de6604fa82d7
2017-10-19 18:52:29 -04:00
..
sqlalchemy Use skipTest() method instead of deprecated skip() 2017-10-19 18:52:29 -04:00
__init__.py Test that concurrent sqlalchemy transactions don't block 2015-07-16 20:20:45 +10:00
base.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
test_api.py api: use sane default in wrap_db_retry() 2016-06-29 13:38:02 +02:00
test_concurrency.py Fix parameters of assertEqual are misplaced 2016-07-20 18:11:34 +08:00
utils.py Update Oslo imports to remove namespace package 2015-01-21 18:23:56 -05:00