heat/heat/tests/db
Bertrand Lallau 00b396b500 Use assertIsNone instead of assertEqual(None, ***)
Instead of using assertEqual(None, ***), developers should
use assertIsNone(***).

Change-Id: I7be8259361130d28b6ada9f9db649a625f2cf64a
Related-Bug: #1510006
2015-10-26 16:32:12 +01:00
..
__init__.py Add migration test framework 2013-12-20 12:32:58 +11:00
test_migrations.py Unit test for checking that migrations don't cause downtime 2015-10-19 10:16:21 +02:00
test_sqlalchemy_api.py Use assertIsNone instead of assertEqual(None, ***) 2015-10-26 16:32:12 +01:00
test_sqlalchemy_filters.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_sqlalchemy_types.py Re-factor db sqlalchemy tests 2015-03-31 11:41:40 -04:00
test_utils.py Fixes migrate_data utils to avoid created_at filed 2015-04-01 15:28:33 +05:30