programming:perl
Table of Contents
Unit tests with Prove
Run unit tests in os-autoinst
prove -I . -v -m t/22-svirt.t
Run codecover locally
PERL5OPT=-MDevel::Cover prove -I . t/22-svirt.t -v -m cover -report html firefox /home/clemix/sandbox/os-autoinst/cover_db/coverage.html
programming/perl.txt · Last modified: by clemix
