src: use internal tests if possible
If a test can be placed in the same package ("internal"), it is placed
there. This facilitates testing of package-private details. Because of
dependency cycles some packages cannot be tested by internal tests.
On Sat, Feb 16, 2013 at 4:44 PM, <r.eklind.87@gmail.com> wrote: > I've updated the CL ...
12 years, 4 months ago
(2013-02-16 08:21:00 UTC)
#8
On Sat, Feb 16, 2013 at 4:44 PM, <r.eklind.87@gmail.com> wrote:
> I've updated the CL description and added the comments.
> Just to clarify
thanks but comments should be;
// This file implements blah blah ...
// ... blah.
> should these three files be internal or external? (i.e. should I revert
> the changes made to them).
i'm fine with either.
*** Submitted as https://code.google.com/p/go/source/detail?r=cb5d4e9555d2 *** src: use internal tests if possible If a test can ...
12 years, 4 months ago
(2013-02-19 15:02:09 UTC)
#11
*** Submitted as https://code.google.com/p/go/source/detail?r=cb5d4e9555d2 ***
src: use internal tests if possible
If a test can be placed in the same package ("internal"), it is placed
there. This facilitates testing of package-private details. Because of
dependency cycles some packages cannot be tested by internal tests.
R=golang-dev, rsc, mikioh.mikioh
CC=golang-dev, r
https://codereview.appspot.com/7323044
Committer: Russ Cox <rsc@golang.org>
Issue 7323044: code review 7323044: src: use internal tests if possible
(Closed)
Created 12 years, 4 months ago by u
Modified 12 years, 4 months ago
Reviewers:
Base URL:
Comments: 5