File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66Package expect provides support for interpreting structured comments in Go
77source code (including go.mod and go.work files) as test expectations.
88
9+ [Note: there is an open proposal (golang/go#70229) to deprecate, tag,
10+ and delete this package. If accepted, the last version of the package
11+ be available indefinitely but will not receive updates.]
12+
913This is primarily intended for writing tests of things that process Go source
1014files, although it does not directly depend on the testing package.
1115
Original file line number Diff line number Diff line change 55/*
66Package packagestest creates temporary projects on disk for testing go tools on.
77
8+ [Note: there is an open proposal (golang/go#70229) to deprecate, tag,
9+ and delete this package. If accepted, the last version of the package
10+ be available indefinitely but will not receive updates.]
11+
812By changing the exporter used, you can create projects for multiple build
913systems from the same description, and run the same tests on them in many
1014cases.
You can’t perform that action at this time.
0 commit comments