Code Generation vs Reflection in Go Test Frameworks
Most Go test frameworks use reflection to find suites at runtime. gotest uses AST-based code generation with overlay filesystem injection instead.
1 post tagged “Internals”. All posts →
Most Go test frameworks use reflection to find suites at runtime. gotest uses AST-based code generation with overlay filesystem injection instead.