Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Re-export all golden & testcase files #601

Merged
merged 1 commit into from
May 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
["init"],
["ensure", "-update"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["ensure"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["ensure"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
["init"],
["ensure", "-override", "github.com/sdboyer/[email protected]"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commands": [
["init", "-no-examples"],
["ensure", "-update"]
],
"error-expected" : "all dirs lacked any go code"
}
"commands": [
["init", "-no-examples"],
["ensure", "-update"]
],
"error-expected": "all dirs lacked any go code",
"vendor-final": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["ensure", "-update", "github.com/sdboyer/deptest"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"commands": [
["ensure", "-n", "-update", "github.com/sdboyer/deptest"]
],
"error-expected": "",
"vendor-final": []
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

[[dependencies]]
name = "github.com/sdboyer/deptest"
version = "^0.8.0"
version = "^0.8.0"
1 change: 1 addition & 0 deletions cmd/dep/testdata/harness_tests/init/case1/testcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["init", "-no-examples"]
],
"error-expected": "",
"gopath-initial": {
"github.com/sdboyer/deptest": "v0.8.0",
"github.com/sdboyer/deptestdos": "a0196baa11ea047dd65037287451d36b861b00ea"
Expand Down
1 change: 1 addition & 0 deletions cmd/dep/testdata/harness_tests/init/case2/testcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["init", "-no-examples"]
],
"error-expected": "",
"gopath-initial": {
"github.com/sdboyer/deptest": "v0.8.0"
},
Expand Down
1 change: 1 addition & 0 deletions cmd/dep/testdata/harness_tests/init/case3/testcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["init", "-no-examples"]
],
"error-expected": "",
"gopath-initial": {
"github.com/sdboyer/deptestdos": "a0196baa11ea047dd65037287451d36b861b00ea"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"commands": [
["init"]
],
"error-expected" : "manifest already exists:"
}
"commands": [
["init"]
],
"error-expected": "manifest already exists:",
"vendor-final": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["init", "-no-examples"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["remove", "-force", "github.com/sdboyer/deptestdos", "github.com/not/used"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["remove", "github.com/not/used"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["remove", "github.com/not/used"]
],
"error-expected": "",
"vendor-initial": {
"github.com/sdboyer/deptest": "v0.8.0",
"github.com/sdboyer/deptestdos": "a0196baa11ea047dd65037287451d36b861b00ea"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"commands": [
["remove", "-unused"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"commands": [
["ensure"],
["status","-dot"]
["status", "-dot"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"commands": [
["ensure"],
["status","-json"]
["status", "-json"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
["ensure"],
["status"]
],
"error-expected": "",
"vendor-final": [
"github.com/sdboyer/deptest",
"github.com/sdboyer/deptestdos"
Expand Down