Skip to content

Conversation

jaypipes
Copy link
Member

@jaypipes jaypipes commented Oct 4, 2025

When executing outside the context of Go testing tool, we were not marking a test unit finished upon successful completion of the test spec, resulting in elapsed times of 0 when run with the gdt CLI tool. This fixes that by ensuring we set the elapsed time by calling Finish() on the test unit.

When executing outside the context of Go testing tool, we were not
marking a test unit finished upon successful completion of the test
spec, resulting in elapsed times of 0 when run with the gdt CLI tool.
This fixes that by ensuring we set the elapsed time by calling Finish()
on the test unit.

Signed-off-by: Jay Pipes <jaypipes@gmail.com>
@jaypipes jaypipes merged commit bbf146c into gdt-dev:main Oct 4, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant