Add tests and continue integration test

This commit is contained in:
JBP
2019-08-15 22:05:50 +02:00
parent a050a065b3
commit bc5c9ef1e3
9 changed files with 267 additions and 280 deletions

View File

@@ -4,4 +4,4 @@ test:
.PHONY: integration
integration:
go test -tags integration -count=1 -v -run "GetItemByLegacyID" ./...
go test -count=1 -v -run "Auction" ./test/integration -integration=true