Skip to content

Commit

Permalink
Remove goconvey from pathmgr tests
Browse files Browse the repository at this point in the history
- removed also the usage of xtest/graph
  • Loading branch information
karampok committed Aug 21, 2019
1 parent 2427ab0 commit 2f3dfef
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 306 deletions.
5 changes: 1 addition & 4 deletions go/lib/pathmgr/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@ go_test(
embed = [":go_default_library"],
deps = [
"//go/lib/ctrl/path_mgmt:go_default_library",
"//go/lib/hostinfo:go_default_library",
"//go/lib/infra:go_default_library",
"//go/lib/log:go_default_library",
"//go/lib/pathpol:go_default_library",
"//go/lib/sciond:go_default_library",
"//go/lib/sciond/mock_sciond:go_default_library",
"//go/lib/spath:go_default_library",
"//go/lib/spath/spathmeta:go_default_library",
"//go/lib/util:go_default_library",
"//go/lib/xtest:go_default_library",
"//go/lib/xtest/graph:go_default_library",
"@com_github_golang_mock//gomock:go_default_library",
"@com_github_smartystreets_goconvey//convey:go_default_library",
"@com_github_stretchr_testify//assert:go_default_library",
],
)
Loading

0 comments on commit 2f3dfef

Please sign in to comment.