[Python-Dev] Adding test.support.safe_rmpath()
Ronald Oussoren
ronaldoussoren at mac.com
Wed Feb 13 08:27:06 EST 2019
More information about the Python-Dev mailing list
Wed Feb 13 08:27:06 EST 2019
- Previous message (by thread): [Python-Dev] Adding test.support.safe_rmpath()
- Next message (by thread): [Python-Dev] Adding test.support.safe_rmpath()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> On 13 Feb 2019, at 13:24, Giampaolo Rodola' <g.rodola at gmail.com> wrote: > > > Hello, > after discovering os.makedirs() has no unit-tests (https://bugs.python.org/issue35982 <https://bugs.python.org/issue35982>) I was thinking about working on a PR to increase the test coverage of fs-related os.* functions. In order to do so I think it would be useful to add a convenience function to "just delete something if it exists", regardless if it's a file, directory, directory tree, etc., and include it into test.support module. Something like shutil.rmtree() with ignore_errors=True? Ronald -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190213/e6d86cd7/attachment.html>
- Previous message (by thread): [Python-Dev] Adding test.support.safe_rmpath()
- Next message (by thread): [Python-Dev] Adding test.support.safe_rmpath()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list