Zet - How do we run tap files for testing in drains?

How do we run tap files for testing in drains?

RELEASE_TESTING=1 prove -lr t/ xt/

Remember you can test just one file and not the whole suite eg.

RELEASE_TESTING=1 prove -l t/50-Support/08-DumpAssetsToShapefile.t 

#drains #testing