// The common/mod.rs file lets you defined a shared module in the tests directory that can be shared
// note that by default each file in the tests module is a separate crate
// and so will ikely need the `mod common;` registration line to use this module