Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Integration tests #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Integration tests #59

wants to merge 1 commit into from

Conversation

mdb
Copy link
Contributor

@mdb mdb commented Jul 19, 2020

This seeks to address issue #58, and to also provide an example set of annotations_integration_test.go tests.

It also illustrates the problem outlined in issue #56, as TestAnnotationsIntegration will fail until PR #57 is merged:

$ make integration-test
go test -tags=integration
--- FAIL: TestAnnotationsIntegration (0.03s)
    annotation_integration_test.go:19: invalid character '<' looking for beginning of value
FAIL
exit status 1
FAIL    github.com/nytm/go-grafana-api  0.244s
make: *** [integration-test] Error 1

@mdb mdb requested review from mlclmj and tonglil as code owners July 19, 2020 14:47
This seeks to address issue nytm#58.

It also illustrates the problem outlined in issue nytm#56, as
`TestAnnotationsIntegration` will fail until PR nytm#57 is merged.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant