swift/test
Alex Gaynor be688c3156 Encode unicode from JSON before using it as a string.
Right now this code fails when used with a JSON
decoder that always produces unicode. This isn't
usually the case with CPython, where simplejson
is used most of the time, however with the stdlib
JSON library (as used on PyPy), this code fails.

Change-Id: Ib2343243f40194d5b2784551a807c7f58970a6e9
2013-07-29 14:56:50 -07:00
..
functional Fix functional tests with keystone. 2013-06-12 13:12:57 +02:00
functionalnosetests Swift tests for unicode headers 2013-06-09 12:54:32 +03:00
probe Corrected many style violations in the tests. 2013-07-24 10:18:47 -07:00
unit Encode unicode from JSON before using it as a string. 2013-07-29 14:56:50 -07:00
__init__.py fixed some minor things in tests that pyflakes complained about 2013-03-26 20:42:26 +00:00
sample.conf Permit functional tests against Swift with Keystone 2013-03-10 18:52:10 -06:00