doctest: Allow checking for Traceback context errors
オープン
まだ誰も着手していません。
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
Feature or enhancement
Proposal:
If the error thrown in a doctest command is a ValueError, and that error object has a __context__ of RuntimeError, it would be nice to be able to do this:
>>> function_that_raises()
Traceback (most recent call last):
...
RuntimeError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
...
ValueError
And a similar thing for __cause__ but with the different line of text in the middle.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
I did make a discourse post, but it only got a like and no comments :)
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
doctest の traceback チェック実装と既存のテストから始めてください。この issue にはファイルパスがありません。示されている context のケースを再現し、提案されている cause のバリアントと比較してから、要求された中間の traceback テキストのカバレッジを追加し、doctest の出力を確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- testing-qa
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100