PyO3/pyo3

Improving test coverage

オープン

#2,453 opened on 2022/06/14

 (8 件のコメント) (2 件のリアクション) (0 人の担当者)Rust (668 件のフォーク)batch import
Good First Issueeasyhelp-wantedneeds-implementer

Repository metrics

Stars
 (10,152 個のスター)
PR merge metrics
 (PR metrics pending)

説明

This issue gathers some areas where we need to improve our test coverage.

You can view pyo3's test coverage online here or locally by following the steps here (do this when writing tests, so you can check them).

In particular (but not limited to) these areas need improvement:

Please keep in mind to write meaningful tests - do not just write tests that take the happy path, but also tests that take error paths or corner cases.

コントリビューターガイド