[New-bugs-announce] [issue18904] Unnecessary test in file descriptor inheritance test

Vajrasky Kok report at bugs.python.org
Mon Sep 2 05:39:34 CEST 2013


New submission from Vajrasky Kok:

In Lib/test/test_os.py in class FDInheritanceTests, we have an unnecessary test, which is test_set_inheritable. What test_set_inheritable tests is already being covered by test_get_inheritable.

Also, I think test_get_inheritable should be renamed to test_set_inheritable.

Please, see the patch to see what I mean.

----------
components: Tests
files: remove_unnecessary_test_fd_inheritable.patch
keywords: patch
messages: 196768
nosy: haypo, vajrasky
priority: normal
severity: normal
status: open
title: Unnecessary test in file descriptor inheritance test
versions: Python 3.4
Added file: http://bugs.python.org/file31553/remove_unnecessary_test_fd_inheritable.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18904>
_______________________________________


More information about the New-bugs-announce mailing list