[issue35982] Create unit-tests for os.renames()

2019-08-06 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @giampaolo, are you still working on these tests? If not can someone else pick this up? -- components: +Tests stage: -> needs patch versions: +Python 3.9 ___ Python tracker

[issue35982] Create unit-tests for os.renames()

2019-03-24 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have closed my PR, feel free to submit an other PR. Have a nice day. -- ___ Python tracker ___

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Assigning this to me. FWIW I created a post on python-dev in order to add a test.support.rmpath() utility function and hopefully cover other os.* functions which may also be untested or not properly tested:

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: If you have created a PR, that is fine. Am not able to look now though may be later. -- ___ Python tracker ___

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Giampaolo, I added you to this issue, about the tests, I have created a very simple test but I would like to know your advice. Thank you, -- nosy: +giampaolo.rodola ___ Python tracker

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ok, I have created a PR, you can comment it and we can work together on this PR. Have a nice day, Stéphane -- stage: patch review -> ___ Python tracker

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +11868 stage: -> patch review ___ Python tracker ___ ___

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: You can check this branch, but I have not created the PR because you were working on this issue. https://github.com/matrixise/cpython/commit/3f23deceef423b038273d28080d4aaee664b6bc9 -- ___ Python tracker

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ok, I was working on this issue. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I am working on this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: good catch -- nosy: +matrixise ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35982] Create unit-tests for os.renames()

2019-02-13 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : In a discussion to fix https://bugs.python.org/issue35951, @giampaolo.rodola pointed out that there are no tests for os.renames() I have opened this issue to track this. -- messages: 335395 nosy: nanjekyejoannah priority: normal severity: normal