Page MenuHomePhabricator

Align unit test names with their filenames
ClosedPublic

Authored by freetrader on Jul 20 2017, 11:19.

Details

Summary

This consistency makes it easier to execute specific tests individually
because you know that using their base filename will work with
the --run_test=<testname> option of the runner.

This easily allows running a selection of focused test based on matching patterns in their filenames.

Test Plan

make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptJul 20 2017, 11:19
freetrader retitled this revision from Align unit test names with their filenames. to Align unit test names with their filenames.
This revision is now accepted and ready to land.Jul 20 2017, 11:39
This revision was automatically updated to reflect the committed changes.