Allow accessing all arguments by name on mock call objects
オープン
まだ誰も着手していません。
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
Feature or enhancement
Currently, call objects from the unittest.mock library only provide a tuple of positional arguments and a dictionary of keyword arguments passed to the function. It should be possible to enable accessing all arguments by name, not just the keyword arguments. The Signature object can help with this: https://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signature-object.
Pitch
For more robust and readable testing code.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず unittest.mock の call オブジェクトの動作と、リンクされている inspect.Signature のドキュメントを読んでください。既存の位置引数のタプルおよびキーワード引数の辞書と併せて、位置引数に名前でアクセスする方法がどのように機能すべきかを判断し、その後、名前付き引数への読みやすいアクセスを示す期待される API とテストを定義してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- testing
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100