pub fn run_test<F, Fut>(f: F, args: TestArgs)where F: Fn(Pool<Postgres>) -> Fut, Fut: Future<Output = ()>,
Runs an individual test