glance/glance/tests/functional/db
Jia Dong 8d4312a2c9 Modify assert statement when comparing with None
Replace assertEqual(None, *) with assertIsNone in glance's
tests to have more clear messages in case of failure.

Also, replace assertTrue(* is not None) with assertIsNotNone
for the same reason.

Change-Id: If41a71bd750057c7136b03bef94c04517092134c
Closes-Bug: #1280522
2014-02-19 14:37:41 +08:00
..
__init__.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
base.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_registry.py Use common Oslo database session 2014-01-03 05:37:41 +04:00
test_simple.py Introduce Task Info Table 2013-12-05 16:30:38 +00:00
test_sqlalchemy.py Enable F841 check 2014-02-13 16:54:12 +04:00