summaryrefslogtreecommitdiffstatshomepage
path: root/bridge/github/export_test.go
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-06-14 20:28:53 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-06-24 21:24:04 +0200
commit2f620e65b8edeb761a161cea0dda11eb1cdf8fec (patch)
tree44690bd8a3e156c5ddba48528e4f52a732adcc05 /bridge/github/export_test.go
parent946c936c5c447fd1ef36fca0a17c6e6ec40c8054 (diff)
downloadgit-bug-2f620e65b8edeb761a161cea0dda11eb1cdf8fec.tar.gz
git-bug-2f620e65b8edeb761a161cea0dda11eb1cdf8fec.zip
[bridge/github] exporter: add graphql functionalities
[bridge/github] graphql mutation objects [bridge/github] github create and get labels [bridge/github] repository node_id query [bridge/github] exporter: ignore old bugs and old operations [bridge/github] add update labels/status functionalities [bridge/github] exporter: cache labels while exporting
Diffstat (limited to 'bridge/github/export_test.go')
-rw-r--r--bridge/github/export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/export_test.go b/bridge/github/export_test.go
index 74e8a656d..710b798c4 100644
--- a/bridge/github/export_test.go
+++ b/bridge/github/export_test.go
@@ -3,5 +3,5 @@ package github
import "testing"
func TestExporter(t *testing.T) {
-
+ //TODO test strategy
}