I would like to be able to just type "make test" in a dancer app toplevel source directory (the one that was generated by "dancer -a appname") and have it run the tests with the environment set to 'test'.
Or if anyone can point me to repository that I can refer to as a sort of "best practice for developing dancer app" for this that would be great!