aboutsummaryrefslogtreecommitdiffstats
path: root/glide.yaml
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2018-07-19 10:57:02 +0200
committerClément Bénier <clement.benier@iot.bzh>2018-07-20 15:56:30 +0200
commitb742e43e486da4d5bd048f3504dcf0d3552235eb (patch)
treeffad93886100b378544bb15e962230f5c991c0ef /glide.yaml
parentb7bc9102de461eb880d951f16bdd9ded74e43a4f (diff)
functionnal test: initial commit for tests
Launch xds-server process and run test based on xds REST APIs. list of tests - version - config - folders(in progress) Change-Id: I4312c9ab067b2d6e157f8828c2fbe467ef187733 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'glide.yaml')
-rw-r--r--glide.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/glide.yaml b/glide.yaml
index 6aeee9f..193ad48 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -33,3 +33,8 @@ import:
version: ^1.0.0
- package: github.com/franciscocpg/reflectme
version: ^0.1.9
+- package: "github.com/stretchr/testify"
+ version: ^1.2.2
+ subpackages:
+ - assert
+