Skip to content

Commit

Permalink
Merge pull request #78 from leonwanghui/refactor
Browse files Browse the repository at this point in the history
Refactor go-based test framework
  • Loading branch information
leonwanghui committed Jun 2, 2019
2 parents 26c6e93 + 848b6e5 commit 8259601
Show file tree
Hide file tree
Showing 637 changed files with 38,249 additions and 203,737 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.vscode
.idea/
swagger.yaml
*/swagger.yaml

build/

**/*.swp
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ before_install:

install:
- make
- nohup ./build/osbchecker.mockbroker --scheme=http --port=3000 &
- go test -v ./test/ -loose-check
- nohup ./build/bin/osbchecker.mockbroker &
- go test -v ./test/
247 changes: 51 additions & 196 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 8 additions & 20 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,20 @@


[[constraint]]
name = "github.com/astaxie/beego"
version = "1.11.1"
branch = "master"
name = "github.com/antihax/optional"

[[constraint]]
name = "github.com/go-openapi/errors"
version = "0.19.0"
name = "github.com/ghodss/yaml"
version = "1.0.0"

[[constraint]]
name = "github.com/go-openapi/spec"
version = "0.19.0"
name = "github.com/gorilla/mux"
version = "1.7.2"

[[constraint]]
name = "github.com/go-openapi/strfmt"
version = "0.19.0"

[[constraint]]
name = "github.com/go-openapi/swag"
version = "0.19.0"

[[constraint]]
name = "github.com/go-openapi/validate"
version = "0.19.0"
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
name = "github.com/satori/go.uuid"
Expand All @@ -57,10 +49,6 @@
name = "github.com/smartystreets/goconvey"
version = "1.6.3"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"

[prune]
non-go = true
go-tests = true
Expand Down
Loading

0 comments on commit 8259601

Please sign in to comment.