Attribute Macro test

Source
#[test]
Expand description

A testing macro similar to the standard [#test] but allows for function to take a connection to a database as a parameter.

A clean new database will be automatically created for the test and destroyed after the test has run.