Skip to content

Commit

Permalink
include CL 260577 in testing package release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsheah committed Jun 3, 2021
1 parent 01c0291 commit 1dba191
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/go1.17.html
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dl id="testing"><dt><a href="/pkg/testing/">testing</a></dt>
<dd>
<p><!-- CL 310033 -->
Added a new <a href="/cmd/go/#hdr-Testing_flags"></a>testing flag</a> <code>-shuffle</code> which alters the execution order of tests and benchmarks.
Added a new <a href="/cmd/go/#hdr-Testing_flags">testing flag</a> <code>-shuffle</code> which alters the execution order of tests and benchmarks.
</p>
<p><!-- CL 260577 -->
<code>testing.T</code> now has a <a href="/pkg/testing/#T.Setenv"><code>Setenv</code></a> method to set up environment variables
only for the isolated lifetime of the test, and will clean up and unset these variables when the test ends.
</p>

<p><!-- CL 260577 -->
Expand Down

0 comments on commit 1dba191

Please sign in to comment.