Go Testing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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]]
=TODO=
<font color=darkkhaki>To deplete, merge and delete this: [[Go Concepts - Testing]]</font>


=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.