Go Testing: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 9: | Line 9: | ||
Also see [[Go_Packages#External_Test_Packages|external test packages]]. | Also see [[Go_Packages#External_Test_Packages|external test packages]]. | ||
=TO DEPLETE= | |||
<font color=darkkhaki>To deplete, merge and delete this: [[Go Concepts - Testing]]</font> |
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.
TO DEPLETE
To deplete, merge and delete this: Go Concepts - Testing