Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 393 Bytes

run_a_single_test.md

File metadata and controls

12 lines (8 loc) · 393 Bytes

Run a single test

Dist::Zilla is awesome, but sometimes you need to run a single test, this can be accomplished the following way:

$ dzil run --nobuild prove -lv t/my-test.t

References