swift/test/unit/account
Victor Stinner f2cac20d17 py3: Replace unicode with six.text_type
The unicode type was renamed to str in Python 3. Use six.text_type to
make the modified code compatible with Python 2 and Python 3.

The initial patch was generated by the unicode operation of the sixer
tool on: bin/* swift/ test/.

Change-Id: I9e13748ccde36ee8110756202d55d3ae945d4860
2015-10-08 13:16:43 +02:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py unit tests: Replace "self.assert_" by "self.assertTrue" 2015-07-21 19:23:00 +05:30
test_backend.py Fix use of delimiter in account listings 2015-08-24 14:33:57 -07:00
test_reaper.py py3: Replace unicode with six.text_type 2015-10-08 13:16:43 +02:00
test_replicator.py Fix pep8 E265 warning of hacking 0.10 2015-07-30 09:33:18 +02:00
test_server.py pep8 fix: assertEquals -> assertEqual 2015-08-05 22:25:46 +05:30
test_utils.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30