PyO3/pyo3

Improving test coverage

Aperta

#2453 aperta il 14 giu 2022

 (8 commenti) (2 reazioni) (0 assegnatari)Rust (668 fork)batch import
Good First Issueeasyhelp-wantedneeds-implementer

Metriche repository

Star
 (10.152 stelle)
Metriche merge PR
 (Merge medio 9g 18h) (51 PR mergiate in 30 g)

Descrizione

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.

Guida contributor