Go Testing: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 4: | Line 4: | ||
* [[Go Engineering#Subjects|Go Engineering]] | * [[Go Engineering#Subjects|Go Engineering]] | ||
* [[Go_Tool#test|<code>go test</code> command]] | * [[Go_Tool#test|<code>go test</code> command]] | ||
=Overview= | =Overview= |
Revision as of 21:18, 8 September 2023
External
Internal
Overview
Go comes with built-in frameworks for testing and profiling. The tests live in *_test.go
files.
Also see external test packages.