From: Michael Orlitzky Date: Tue, 21 Apr 2020 11:40:52 +0000 (-0400) Subject: test: add the ability to run the test suite verbosely. X-Git-Tag: 0.1.2~13 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4a9928501f79549742c2e335742ddc65040f744f;hp=4a9928501f79549742c2e335742ddc65040f744f;p=dunshire.git test: add the ability to run the test suite verbosely. 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. ---