Ugh. I knew that. Slightly delirious from being sick. I’ll add to man page for those equally clueless. <br><div class="gmail_quote"><div dir="ltr">On Thu, Dec 28, 2017 at 6:02 PM Chad Wallace <<a href="mailto:cwallace@lodgingcompany.com">cwallace@lodgingcompany.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 28 Dec 2017 17:45:54 -0500<br>
Steve Dondley <<a href="mailto:sdondley@gmail.com" target="_blank">sdondley@gmail.com</a>> wrote:<br>
<br>
> So I'm trying to figure out how to do testing Dancer 2 apps. For<br>
> someone like me, relatively new to testing, it's unclear just where<br>
> these tests should do and how to execute them. I read the docs but<br>
> they didn't address my questions.<br>
><br>
> With the default skeleton, I see there are two tests in t/ folder.<br>
> They aren't executable nor do they have the shebang line. So I'm left<br>
> scratching my head as to what to do with these tests and what they<br>
> are used for and whether I should bother to modify them and add more<br>
> tests to them. I tried making t/001_base.t executable and I just get<br>
> an error that it couldn't load my module.<br>
<br>
>From the app dir, run this command:<br>
<br>
prove -lr t<br>
<br>
Or to run a single test:<br>
<br>
prove -l t/000-base.t<br>
<br>
<br>
--<br>
<br>
C. Chad Wallace, B.Sc.<br>
The Lodging Company<br>
<a href="http://www.lodgingcompany.com/" rel="noreferrer" target="_blank">http://www.lodgingcompany.com/</a><br>
OpenPGP Public Key ID: 0x262208A0<br>
+1 250-869-4931 ext. 6251<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" rel="noreferrer" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</blockquote></div>