Create tests for turtle module
オープン
まだ誰も着手していません。
tests
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
turtle module has too few tests.
These are the module's public classes to review if there are test and/or implement them:
- RawTurtle
- ScrolledCanvas
- TNavigator
- TPen
- Tbuffer
- Terminator
- Turtle
- TurtleGraphicsError
- TurtleScreen
- TurtleScreenBase
- Vec2D
Some random notes:
- For those going to work on teleport, see https://github.com/python/cpython/pull/107807#pullrequestreview-1584010411
Here, go the module's functions:
- Screen
- config_dict
- demo1
- demo2
- getmethpartlist (WIP: https://github.com/python/cpython/pull/135533)
- read_docstrings
- readconfig
- switchpen
- write_docstringdict
Linked PRs
- gh-138877
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Lib/test/test_turtle.py から始め、issue に一覧表示されている未チェックの公開クラスと関数を確認します。teleport と getmethpartlist に関する注記も含めてください。作業を始める前に対象を絞ったサブセットを定義し、そのサブセットの公開動作をカバーする意味のあるテストが揃った時点で完了とみなします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100