Skip to content

Setting VERBOSE = 1 in docker doesn't produce verbose results #6

Description

@dvasdekis

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions