Srylax / mongodb-cursor-pagination

Provides cursor based pagination for the native MongoDB driver in Rust.
https://docs.rs/mongodb-cursor-pagination/
MIT License
2 stars 4 forks source link

Add Testing to track (breaking) changes #3

Closed Srylax closed 1 year ago

Srylax commented 1 year ago

Description

Before updating to newer version of mongodb, tests need to be in place so that breaking changes can be easier detected.

Behaviour changes

Old: Currently there are no tests in place.

New: Introduce various tests. This includes public api testing, happy path testing, doc tests, proptests and unit testing. This helps to familiarize with the code.

Category

This is related to a:

Tests