This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author willweaver
Recipients willweaver
Date 2013-03-22.17:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363974046.41.0.0636521792098.issue17523@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-22 17:40:46willweaversetrecipients: + willweaver
2013-03-22 17:40:46willweaversetmessageid: <1363974046.41.0.0636521792098.issue17523@psf.upfronthosting.co.za>
2013-03-22 17:40:46willweaverlinkissue17523 messages
2013-03-22 17:40:46willweavercreate