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.

classification
Title: Create unit tests for Turtle guionly
Type: enhancement Stage: patch review
Components: Library (Lib), Tkinter Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: CuriousLearner, Lita.Cho, RAJALAKSHMI V, jesstess, nanjekyejoannah, willingc
Priority: normal Keywords: easy, needs review, patch

Created on 2014-07-04 02:47 by Lita.Cho, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
test_turtle_guionly.py Lita.Cho, 2014-07-04 02:48
test_turtle_guionly.patch Lita.Cho, 2014-07-04 02:50 review
test_turtle_guionly_v2.patch Lita.Cho, 2014-07-12 15:41 review
Pull Requests
URL Status Linked Edit
PR 13494 open CuriousLearner, 2019-05-22 12:16
Messages (11)
msg222259 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-07-04 02:47
Create unit tests for the Turtle library, specifically on their gui commands.
msg222260 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-07-04 02:48
I created tests for the gui portion of Turtle. This file combines both me and Ingrid's work that is specifically the gui tests.
msg222261 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-07-04 02:50
I forgot to make it a patch. Created it as a patch for convenience.
msg222847 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-07-12 15:28
Make some changes to patch.
msg222849 - (view) Author: Lita Cho (Lita.Cho) * Date: 2014-07-12 15:32
Trying to attach a file again. I seem to be having trouble attaching it.
msg319742 - (view) Author: Carol Willing (willingc) * (Python committer) Date: 2018-06-16 14:50
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.
msg320483 - (view) Author: RAJALAKSHMI V (RAJALAKSHMI V) Date: 2018-06-26 10:21
Hey, I am a new contributor here. Could I take this issue up?
msg320505 - (view) Author: Lita Cho (Lita.Cho) * Date: 2018-06-26 17:07
Feel free.

On Tue, Jun 26, 2018, 3:21 AM RAJALAKSHMI V <report@bugs.python.org> wrote:

>
> RAJALAKSHMI V <rajalakshmi.v15@iiits.in> added the comment:
>
> Hey, I am a new contributor here. Could I take this issue up?
>
> ----------
> nosy: +RAJALAKSHMI V
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue21914>
> _______________________________________
>
msg323105 - (view) Author: Sanyam Khurana (CuriousLearner) * (Python triager) Date: 2018-08-04 13:59
Hey Rajalakshmi,

Are you still working on this issue? Is there anything we can help you with?
msg335288 - (view) Author: Joannah Nanjekye (nanjekyejoannah) * (Python committer) Date: 2019-02-12 06:18
@RAJALAKSHMI V Any status on this? I would love to take this up if you are no longer working on it.
msg335290 - (view) Author: RAJALAKSHMI V (RAJALAKSHMI V) Date: 2019-02-12 07:14
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 <report@bugs.python.org> wrote:
> 
> 
> Joannah Nanjekye <nanjekyejoannah@gmail.com> 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 <report@bugs.python.org>
> <https://bugs.python.org/issue21914>
> _______________________________________
History
Date User Action Args
2022-04-11 14:58:05adminsetgithub: 66113
2021-11-27 12:16:40iritkatrielsettype: enhancement
versions: + Python 3.11, - Python 3.5
2019-05-22 12:16:01CuriousLearnersetpull_requests: + pull_request13409
2019-02-12 07:14:14RAJALAKSHMI Vsetmessages: + msg335290
2019-02-12 06:18:12nanjekyejoannahsetnosy: + nanjekyejoannah
messages: + msg335288
2018-08-04 13:59:44CuriousLearnersetnosy: + CuriousLearner
messages: + msg323105
2018-06-26 17:07:39Lita.Chosetmessages: + msg320505
2018-06-26 10:21:57RAJALAKSHMI Vsetnosy: + RAJALAKSHMI V
messages: + msg320483
2018-06-16 14:50:45willingcsetkeywords: + easy
nosy: + willingc
messages: + msg319742

2014-07-13 19:18:35jesstesssetkeywords: + needs review
stage: patch review
2014-07-12 15:41:34Lita.Chosetfiles: + test_turtle_guionly_v2.patch
2014-07-12 15:32:31Lita.Chosetmessages: + msg222849
2014-07-12 15:28:55Lita.Chosetmessages: + msg222847
2014-07-04 02:50:21Lita.Chosetfiles: + test_turtle_guionly.patch
keywords: + patch
messages: + msg222261
2014-07-04 02:48:17Lita.Chosetfiles: + test_turtle_guionly.py

messages: + msg222260
2014-07-04 02:47:17Lita.Chocreate