marigold-dev / pollinate

A platform agnostic library for P2P communications using UDP and Bin_prot
22 stars 2 forks source link

tests(reworkTestOrganization): add a commons module to extract some functions #11

Closed Gau-thier closed 2 years ago

Gau-thier commented 2 years ago

Context

Some functions (like Clients and Peers definitions) are commons for the whole suite tests. Extract every helper within a commons.ml module to ease the use of these functions and make the suite tests easier to read and maintain.