semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

Move common test utilities to dedicated crate #156

Open ColePBryan opened 1 year ago

ColePBryan commented 1 year ago

There is a lot of repeated functionality in the tests in each crate which will incur maintenance and readability costs. Instead it should be moved to a separate utility crate and imported as needed.