package
1.9.7
Repository: https://github.com/gdt-dev/gdt.git
Documentation: pkg.go.dev

# Functions

Debug gets a context's Debug writer.
Fixtures gets a context's Fixtures.
New returns a new Context.
Plugins gets a context's Plugins.
PopTrace pops the last name off the debug/trace stack.
PriorRun gets a context's prior run data.
PushTrace pushes a debug/trace name onto the debug/trace stack.
RegisterFixture registers a named fixtures with the context.
RegisterPlugin registers a plugin with the context.
SetDebug sets gdt's debug logging to the supplied `io.Writer`.
StorePriorRun saves prior run data in the context.
TimedOut evaluates a context and an arbitrary other error and returns true if the context timed out or the error indicates a deadline exceeded or signal was killed.
Trace gets a context's trace name stack joined together with.
TraceStack gets a context's trace name stack.
WithDebug informs gdt to output extra debugging information.
WithFixtures sets a context's Fixtures.
WithPlugins sets a context's Plugins.

# Type aliases

No description provided by the author
ContextModifier sets some value on the context.