diff options
author | David Robillard <d@drobilla.net> | 2019-10-18 16:49:31 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-18 17:07:56 +0200 |
commit | e36a086818936d921d7303e45d6180a948ef3196 (patch) | |
tree | a189d78a426568be1e28539a2cc6b24ee54b8fad | |
parent | f94df5c346719c4b811f556f9ad4bcb98196a78c (diff) | |
download | zix-e36a086818936d921d7303e45d6180a948ef3196.tar.gz zix-e36a086818936d921d7303e45d6180a948ef3196.tar.bz2 zix-e36a086818936d921d7303e45d6180a948ef3196.zip |
Print individual unit tests
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ def upload_docs(ctx): ' drobilla@drobilla.net:~/drobilla.net/docs/zix') def test(tst): - with tst.group('unit') as check: + with tst.group('unit', verbosity=1) as check: for test in tests: check([os.path.join('test', test)]) |