]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
test: add the ability to run the test suite verbosely.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:40:52 +0000 (07:40 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:44:35 +0000 (07:44 -0400)
This commit adds a "check-verbose" target that runs the test suite,
outputting the name and result of each test as it goes. This mimics
what "python setup.py test" does, but that command is apparently
deprecated; so now the usual test entry point can do it too.


No differences found