<div dir="ltr">So I'm trying to figure out how to do testing Dancer 2 apps. For someone like me, relatively new to testing, it's unclear just where these tests should do and how to execute them. I read the docs but they didn't address my questions.<div><br></div><div>With the default skeleton, I see there are two tests in t/ folder. They aren't executable nor do they have the shebang line. So I'm left scratching my head as to what to do with these tests and what they are used for and whether I should bother to modify them and add more tests to them. I tried making t/001_base.t executable and I just get an error that it couldn't load my module. </div></div>