glance/glance/tests/integration/legacy_functional
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 Port slow, overly assertive v1 functional tests to integration tests 2013-06-21 19:09:43 -07:00
base.py Use common db migrations module from Oslo 2014-01-25 11:04:55 +02:00
test_v1_api.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00