Helper macros
Feeds sample data into a collection of database test
test
Helps defining a function like count! calling function count
count!
count
When count returns {:ok, value}, count! returns value
{:ok, value}
value
When count returns {:error, reason}, count! raises an exception
{:error, reason}