Skip to content

Commit

Permalink
remove tests into separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
taowen committed Jul 1, 2018
1 parent 58118c1 commit 9542d2a
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 1,280 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:

before_install:
- go get -t -v ./...
- go get -t -v github.com/modern-go/reflect2-tests

script:
- ./test.sh
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# go-tests = true
# unused-packages = true

ignored = ["github.com/modern-go/test","github.com/modern-go/test/must","github.com/modern-go/test/should"]
ignored = []

[[constraint]]
name = "github.com/modern-go/concurrent"
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
echo "" > coverage.txt

for d in $(go list ./... | grep -v vendor); do
for d in $(go list github.com/modern-go/reflect2-tests/... | grep -v vendor); do
go test -coverprofile=profile.out -coverpkg=github.com/modern-go/reflect2 $d
if [ -f profile.out ]; then
cat profile.out >> coverage.txt
Expand Down
18 changes: 0 additions & 18 deletions test15/map_test.go

This file was deleted.

38 changes: 0 additions & 38 deletions tests/array_test.go

This file was deleted.

41 changes: 0 additions & 41 deletions tests/int_test.go

This file was deleted.

57 changes: 0 additions & 57 deletions tests/map_elem_array_test.go

This file was deleted.

41 changes: 0 additions & 41 deletions tests/map_elem_bytes_test.go

This file was deleted.

56 changes: 0 additions & 56 deletions tests/map_elem_eface_test.go

This file was deleted.

23 changes: 0 additions & 23 deletions tests/map_elem_map_test.go

This file was deleted.

60 changes: 0 additions & 60 deletions tests/map_elem_struct_test.go

This file was deleted.

Loading

0 comments on commit 9542d2a

Please sign in to comment.