File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cmd/dep/testdata/harness_tests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ desired. The test name will consist of the directory path from `testdata` to
28
28
the test case directory itself. In the above example, the test name would be
29
29
` category1/subcategory1/case1 ` , and could be singled out with the ` -run ` option
30
30
of ` go test ` (i.e.
31
- ` go test github.com/golang/dep/cmp /dep -run Integration/category1/subcategory1/case1 ` ).
31
+ ` go test github.com/golang/dep/cmd /dep -run Integration/category1/subcategory1/case1 ` ).
32
32
New tests can be added simply by adding a new directory with the json file to
33
33
the ` testdata ` tree. There is no need for code modification - the new test
34
34
will be included automatically.
You can’t perform that action at this time.
0 commit comments