-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Description
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
Labels
No labels