Give more details on unit test output

This adds an output handler for Busted which reuses the built-in "utfTerminal"
handler, and augments it by showing the name of each suite/test as it is run.
This commit is contained in:
Adrian Perez de Castro
2016-07-10 01:48:37 +03:00
parent 0422c47178
commit 2316b25317
2 changed files with 29 additions and 0 deletions

View File

@@ -2,5 +2,6 @@
return {
_all = {
verbose = true,
output = "spec.detailUtfTerm",
}
}