magnum/magnum/tests/unit/objects
indicoliteplus 37093b2436 Revert "Using assertFalse(A) instead of assertEqual(False, A)"
This is not correct,
because assertEqual(False, A) is a stricter check than assertFalse(A).

assertFalse(None) passes, but assertEqual(False, None) will fail.
Therefore, this patch weakened our tests.

Change-Id: I35c8978d8e189c894038b8d1e974938ffff71fcc
2017-06-15 12:46:54 +08:00
..
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_cluster.py Allow keypair to be added during cluster create 2016-10-06 17:25:09 +00:00
test_cluster_template.py Rename BayModel DB, Object, and internal usage to ClusterTemplate 2016-09-01 14:47:39 -07:00
test_fields.py Restrict server type only to vm/bm 2016-09-16 14:48:44 +05:30
test_magnum_service.py Remove unused context variable in db api 2017-01-15 04:26:39 +00:00
test_objects.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-15 12:46:54 +08:00
test_x509keypair.py X509keypair cleanup 2016-05-30 12:02:26 +05:30
utils.py Merge "Resource Quota - Adding quota API" 2017-01-25 21:22:24 +00:00