﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21092	regressiontests.test_runner.tests.DeprecationDisplayTest.test_runner_deprecation_verbosity_zero() fails with enabled warnings	Arfrever	nobody	"When warnings are enabled (using PYTHONWARNINGS=""d"" environmental variable), then regressiontests.test_runner.tests.DeprecationDisplayTest.test_runner_deprecation_verbosity_zero() fails.
I use Django 1.5.3.

{{{
$ PYTHONPATH=""."" python3.3 tests/runtests.py --settings=test_sqlite -v0 test_runner.DeprecationDisplayTest.test_runner_deprecation_verbosity_zero
----------------------------------------------------------------------
Ran 1 test in 1.086s

OK
$ PYTHONPATH=""."" PYTHONWARNINGS=""d"" python3.3 tests/runtests.py --settings=test_sqlite -v0 test_runner.DeprecationDisplayTest.test_runner_deprecation_verbosity_zero
======================================================================
FAIL: test_runner_deprecation_verbosity_zero (regressiontests.test_runner.tests.DeprecationDisplayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/tmp/Django-1.5.3/tests/regressiontests/test_runner/tests.py"", line 368, in test_runner_deprecation_verbosity_zero
    self.assertFalse(""DeprecationWarning: warning from test"" in err)
AssertionError: True is not False

----------------------------------------------------------------------
Ran 1 test in 1.060s

FAILED (failures=1)
}}}"	Bug	closed	Testing framework	1.5	Normal	fixed		Arfrever	Accepted	0	0	0	0	0	0
