[issue17523] Additional tests for the os module.

2013-11-26 Thread Will Weaver

Will Weaver added the comment:

It seems that I probably missed some tests as I only ran then on Mac OS. Such a 
minor addition so no need to do anything about it. If I go about it in a better 
way I'll make a new issue.

--
resolution:  -> wont fix
status: open -> closed

___
Python tracker 
<http://bugs.python.org/issue17523>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17523] Additional tests for the os module.

2013-03-22 Thread Will Weaver

New submission from Will Weaver:

I've reorganized and added some os module tests.

I split the makedirs tests into additional test methods that test one thing 
instead of a lot of different things. I added additional test coverage for a 
trailing '/'.

I've also added the same test for removedirs.

I reorganized the walk tests so that they actually run. Before there was only a 
setUp and a tearDown but no actual tests so the tests would not actually run.

Lastly, I added tests for renames as there weren't any before.

--
components: Tests
files: mywork.patch
keywords: patch
messages: 184992
nosy: willweaver
priority: normal
severity: normal
status: open
title: Additional tests for the os module.
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file29549/mywork.patch

___
Python tracker 
<http://bugs.python.org/issue17523>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com