Hey guys! Thanks for this awesome framework. Really appreciate it!
I have set VERBOSE = 1 for the docker container, but the output of my tests is no different.
Output with VERBOSE = 0:
Waiting for database...
2020/01/21 01:43:36 Waiting for: tcp://postgres:5432
2020/01/21 01:43:36 Connected to tcp://postgres:5432
Running tests: /test/*.sql
/test/tests.sql .. ok
All tests successful.
Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU)
Result: PASS
Output with VERBOSE = 1:
Waiting for database...
2020/01/21 02:02:52 Waiting for: tcp://postgres:5432
2020/01/21 02:02:52 Connected to tcp://postgres:5432
Running tests: /test/*.sql
/test/tests.sql .. ok
All tests successful.
Files=1, Tests=2, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU)
Result: PASS
Should I be seeing something else? I'd like to see the names and descriptions for the tests that ran.
Thanks!!
Hey guys! Thanks for this awesome framework. Really appreciate it!
I have set VERBOSE = 1 for the docker container, but the output of my tests is no different.
Output with VERBOSE = 0:
Output with VERBOSE = 1:
Should I be seeing something else? I'd like to see the names and descriptions for the tests that ran.
Thanks!!