swift/test/functional
lzyeval 8b09723a00 PEP8 swift cleanup
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: I47863c4862791022670619f19b8bc15d8a93fd81
2012-01-04 14:53:53 +08:00
..
__init__.py made functional tests more configurable 2011-02-22 18:00:11 -06:00
sample.conf Removing DevAuth 2011-03-14 02:56:37 +00:00
swift.py PEP8 swift cleanup 2012-01-04 14:53:53 +08:00
tests.py PEP8 swift cleanup 2012-01-04 14:53:53 +08:00