[issue20069] Add unit test for os.chown

Vajrasky Kok report at bugs.python.org
Thu Dec 26 11:28:23 CET 2013


New submission from Vajrasky Kok:

There is no tests for os.chown except for the invalid input.

Attached the patch to add tests for os.chown. This test has not exercised the keyword `dir_fd` and `follow_symlinks` because `follow_symlinks` (I think) is kinda broken on Windows and I prefer to add unit test for `dir_fd` keyword in different ticket.

----------
components: Tests
files: add_unit_test_os_chown.patch
keywords: patch
messages: 206936
nosy: vajrasky
priority: normal
severity: normal
status: open
title: Add unit test for os.chown
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33266/add_unit_test_os_chown.patch

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


More information about the Python-bugs-list mailing list