[issue21914] Create unit tests for Turtle guionly

2021-11-27 Thread Irit Katriel
Change by Irit Katriel : -- type: -> enhancement versions: +Python 3.11 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mai

[issue21914] Create unit tests for Turtle guionly

2019-05-22 Thread Sanyam Khurana
Change by Sanyam Khurana : -- pull_requests: +13409 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue21914] Create unit tests for Turtle guionly

2019-02-11 Thread RAJALAKSHMI V
RAJALAKSHMI V added the comment: I’m no longer working on this. Please feel free to take it up. Rajalakshmi.V > On 12-Feb-2019, at 11:48 AM, Joannah Nanjekye wrote: > > > Joannah Nanjekye added the comment: > > @RAJALAKSHMI V Any status on this? I would love to take this up if you are no

[issue21914] Create unit tests for Turtle guionly

2019-02-11 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: @RAJALAKSHMI V Any status on this? I would love to take this up if you are no longer working on it. -- nosy: +nanjekyejoannah ___ Python tracker _

[issue21914] Create unit tests for Turtle guionly

2018-08-04 Thread Sanyam Khurana
Sanyam Khurana added the comment: Hey Rajalakshmi, Are you still working on this issue? Is there anything we can help you with? -- nosy: +CuriousLearner ___ Python tracker __

[issue21914] Create unit tests for Turtle guionly

2018-06-26 Thread Lita Cho
Lita Cho added the comment: Feel free. On Tue, Jun 26, 2018, 3:21 AM RAJALAKSHMI V wrote: > > RAJALAKSHMI V added the comment: > > Hey, I am a new contributor here. Could I take this issue up? > > -- > nosy: +RAJALAKSHMI V > > ___ > Python tracker

[issue21914] Create unit tests for Turtle guionly

2018-06-26 Thread RAJALAKSHMI V
RAJALAKSHMI V added the comment: Hey, I am a new contributor here. Could I take this issue up? -- nosy: +RAJALAKSHMI V ___ Python tracker ___ _

[issue21914] Create unit tests for Turtle guionly

2018-06-16 Thread Carol Willing
Carol Willing added the comment: A reasonable next step for this patch review would be to review these tests to see if they still apply for more recent Python versions as well. This is a "new contributor"-friendly issue. I'm sorry Lita.Cho that these patches languished on the issue tracker.

[issue21914] Create unit tests for Turtle guionly

2014-07-13 Thread Jessica McKellar
Changes by Jessica McKellar : -- keywords: +needs review stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue21914] Create unit tests for Turtle guionly

2014-07-12 Thread Lita Cho
Changes by Lita Cho : Added file: http://bugs.python.org/file35930/test_turtle_guionly_v2.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue21914] Create unit tests for Turtle guionly

2014-07-12 Thread Lita Cho
Lita Cho added the comment: Trying to attach a file again. I seem to be having trouble attaching it. -- ___ Python tracker ___ ___ Pyt

[issue21914] Create unit tests for Turtle guionly

2014-07-12 Thread Lita Cho
Lita Cho added the comment: Make some changes to patch. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue21914] Create unit tests for Turtle guionly

2014-07-03 Thread Lita Cho
Lita Cho added the comment: I forgot to make it a patch. Created it as a patch for convenience. -- keywords: +patch Added file: http://bugs.python.org/file35847/test_turtle_guionly.patch ___ Python tracker

[issue21914] Create unit tests for Turtle guionly

2014-07-03 Thread Lita Cho
Lita Cho added the comment: I created tests for the gui portion of Turtle. This file combines both me and Ingrid's work that is specifically the gui tests. -- Added file: http://bugs.python.org/file35846/test_turtle_guionly.py ___ Python tracker

[issue21914] Create unit tests for Turtle guionly

2014-07-03 Thread Lita Cho
New submission from Lita Cho: Create unit tests for the Turtle library, specifically on their gui commands. -- components: Library (Lib), Tkinter messages: 59 nosy: Lita.Cho, jesstess priority: normal severity: normal status: open title: Create unit tests for Turtle guionly versions: