Unit Test results verbosity?

2,368 views
Skip to first unread message

Fred Janon

unread,
Jul 3, 2014, 6:36:09 PM7/3/14
to google-ap...@googlegroups.com
The tests results are bit on on the short side:

FAIL
exit status 1
FAIL    _/C_/testset     23.378s

Is there any plan to make that a bit more verbose? with a list of test executed?

Thanks

Fred

Glenn Lewis

unread,
Jul 3, 2014, 6:44:15 PM7/3/14
to Fred Janon, google-appengine-go
"-v" gives you more output.
goapp help test
goapp help testflag
-- Glenn


--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Fred Janon

unread,
Jul 3, 2014, 7:28:32 PM7/3/14
to google-ap...@googlegroups.com, fja...@gmail.com
Thanks, the -v wasn't in the "goapp help test" output.

It shows the run/pass outputs in between tests, what would be nice is a recap at the end, because I have a lot of output on the console during the tests.

=== RUN TestXXX
...
...
...
...
--- PASS: TestXXX (3.27 seconds)
=== RUN TestYYY
....
....
....
--- PASS: TestYYY (3.27 seconds)
=== RUN TestZZZ
.....
.....



On Friday, July 4, 2014 12:44:15 AM UTC+2, Glenn Lewis wrote:
"-v" gives you more output.
goapp help test
goapp help testflag
-- Glenn
On Thu, Jul 3, 2014 at 3:36 PM, Fred Janon <fja...@gmail.com> wrote:
The tests results are bit on on the short side:

FAIL
exit status 1
FAIL    _/C_/testset     23.378s

Is there any plan to make that a bit more verbose? with a list of test executed?

Thanks

Fred

--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine-go+unsub...@googlegroups.com.

David Symonds

unread,
Jul 3, 2014, 7:42:30 PM7/3/14
to Fred Janon, google-appengine-go
On 4 July 2014 09:28, Fred Janon <fja...@gmail.com> wrote:

> Thanks, the -v wasn't in the "goapp help test" output.

`goapp help test` points to `goapp help testflag` for flags.
Reply all
Reply to author
Forward
0 new messages