Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2014 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/db14fa836b580dfba1cc to your computer and use it in GitHub Desktop.
Save anonymous/db14fa836b580dfba1cc to your computer and use it in GitHub Desktop.
======================================================================
FAIL: tests.unit.queues.transport.wsgi.test_utils.TestWSGIutils.test_filter_stream_expect_array
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/unit/queues/transport/wsgi/test_utils.py", line 150, in test_filter_stream_expect_array
stream = io.StringIO(document)
TypeError: unicode argument expected, got 'str'
======================================================================
FAIL: tests.unit.queues.transport.wsgi.test_utils.TestWSGIutils.test_filter_stream_expect_obj
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/unit/queues/transport/wsgi/test_utils.py", line 135, in test_filter_stream_expect_obj
stream = io.StringIO(document)
TypeError: unicode argument expected, got 'str'
======================================================================
FAIL: tests.unit.queues.transport.wsgi.test_utils.TestWSGIutils.test_no_spec
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/unit/queues/transport/wsgi/test_utils.py", line 104, in test_no_spec
doc_stream = io.StringIO(document)
TypeError: unicode argument expected, got 'str'
======================================================================
FAIL: tests.unit.queues.transport.wsgi.test_utils.TestWSGIutils.test_no_spec_array
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/unit/queues/transport/wsgi/test_utils.py", line 117, in test_no_spec_array
doc_stream = io.StringIO(document)
TypeError: unicode argument expected, got 'str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment