remove submitqueue/test_runner.go
This commit is contained in:
parent
200ad6332b
commit
fb9e9fa724
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
package submitqueue
|
||||
|
||||
// import (
|
||||
// "testing"
|
||||
|
||||
// "github.com/apex/log"
|
||||
// "github.com/apex/log/handlers/memory"
|
||||
// "github.com/tweag/gerrit-queue/gerrit"
|
||||
// )
|
||||
|
||||
// type MockClient struct {
|
||||
// gerrit.Client
|
||||
// }
|
||||
|
||||
// func (c *MockClient) Refresh() error {
|
||||
// return nil
|
||||
// }
|
||||
|
||||
// func TestNewRunner(t *testing.T) {
|
||||
// logger := &log.Logger{
|
||||
// Handler: memory.New(),
|
||||
// }
|
||||
|
||||
// //TODO
|
||||
// gerrit := &MockClient {
|
||||
// client: nil,
|
||||
// }
|
||||
// submitQueueTag := "submitme"
|
||||
// runner := NewRunner(logger, gerrit, submitQueueTag)
|
||||
// }
|
Loading…
Reference in a new issue