PyO3/pyo3

Improving test coverage

开放

#2,453 创建于 2022年6月14日

 (8 条评论) (2 个反应) (0 位负责人)Rust (668 个派生)batch import
Good First Issueeasyhelp-wantedneeds-implementer

仓库指标

星标
 (10,152 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南