
report at bugs
May 23, 2012, 2:50 PM
Views: 40
Permalink
|
|
[issue14895] test_warnings.py EnvironmentVariableTests is a bad test
|
|
New submission from Miki Tebeka <miki.tebeka [at] gmail>: EnvironmentVariableTests depends on format of string representation of objects. While working on Jython 2.7 the test failed due to: AssertionError: "[u'ignore::DeprecationWarning']" != "['ignore::DeprecationWarning']" Attached is a patch to get the output of child process via marshal and also use set so order is not important. ---------- components: Tests files: tw.diff keywords: patch messages: 161463 nosy: tebeka priority: normal severity: normal status: open title: test_warnings.py EnvironmentVariableTests is a bad test type: enhancement versions: Python 2.7 Added file: http://bugs.python.org/file25692/tw.diff _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14895> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|