Skip to content

Test failures with python-3.4.3/3.5.1 #87

@dev-zero

Description

@dev-zero

Running the tests using: nosetests -e twill, I get:

.......................................F..F...
======================================================================
FAIL: test_assert_not_process_the_template (tests.test_utils.TestNotRenderTemplates)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/flask-testing/tests/test_utils.py", line 174, in test_assert_not_process_the_template
    assert "" == response.data
AssertionError

======================================================================
FAIL: test_assert_the_real_render_template_is_restored (tests.test_utils.TestRestoreTheRealRender)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/flask-testing/tests/test_utils.py", line 205, in test_assert_the_real_render_template_is_restored
    assert test_result.wasSuccessful()
AssertionError

----------------------------------------------------------------------
Ran 46 tests in 4.396s

FAILED (failures=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions