kombu/t
John Koehl 39e733c143 Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794)
* Fixes #791

* Changing to recommended patch by @georgepsarakis

* Revert "Fixes #791"

This reverts commit 5593505dd9.

* Updated to make tests pass

* Made _ensure_str a private function

* Code formatting for flake8

* Added a mock of the newstr and newbytes classes to create a failing test that simulates the issue with using python-future under 2.7.
2018-01-28 09:21:05 +02:00
..
integration Removed an always true if-check in t/integration/transport.py (#827) 2018-01-27 11:22:49 +02:00
unit Fixes #791 - SQS queue name gets mangled in Python 2.7 environment (#794) 2018-01-28 09:21:05 +02:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
mocks.py Prefer dict literal syntax over dict() (#787) 2017-09-08 07:43:59 +03:00