use proptest to check invariants

This commit is contained in:
Dustin J. Mitchell 2019-12-28 14:31:37 -05:00
parent 8799636c1a
commit 0a2293a9c5
6 changed files with 448 additions and 46 deletions

View file

@ -4,3 +4,6 @@
mod errors;
mod operation;
mod taskdb;
pub use operation::Operation;
pub use taskdb::DB;