neutron/quantum/tests/unit
lzyeval 4572e6500a PEP8 quantum cleanup
Fixes bug #911663

The None, True, and False values are singletons.

All variable *comparisons* to singletons should use 'is' or 'is not'.
All variable *evaluations* to boolean should use 'if' or 'if not'.
All Object type comparisons should use isinstance()
instead of comparing types directly.

Change-Id: Id5c797d3339d0d7015bac386088133540f0c0c9e
2012-01-04 20:12:31 +08:00
..
client_tools blueprint api-framework-essex 2011-12-06 09:53:11 +00:00
extensions Second round of packaging changes 2011-11-28 10:33:52 -08:00
__init__.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
_test_api.py blueprint api-operational-status 2011-12-13 10:51:44 +00:00
database_stubs.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
declare_flags.py blueprint api-framework-essex 2011-12-06 09:53:11 +00:00
extension_stubs.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
runtime_flags.py blueprint api-framework-essex 2011-12-06 09:53:11 +00:00
test_api.py blueprint api-operational-status 2011-12-13 10:51:44 +00:00
test_cli.py blueprint api-framework-essex 2011-12-06 09:53:11 +00:00
test_clientlib.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
test_database.py PEP8 quantum cleanup 2012-01-04 20:12:31 +08:00
test_extensions.py Second round of packaging changes 2011-11-28 10:33:52 -08:00
test_flags.py blueprint api-framework-essex 2011-12-06 09:53:11 +00:00
testlib_api.py Second round of packaging changes 2011-11-28 10:33:52 -08:00