|
|
@ -3,14 +3,16 @@ |
|
|
// Use of this source code is governed by a BSD-style
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
// license that can be found in the LICENSE file.
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
|
|
|
|
// +build integration
|
|
|
|
|
|
|
|
|
package tests |
|
|
package tests |
|
|
|
|
|
|
|
|
import ( |
|
|
import ( |
|
|
"net/http" |
|
|
"net/http" |
|
|
|
|
|
"reflect" |
|
|
"testing" |
|
|
"testing" |
|
|
|
|
|
|
|
|
"github.com/google/go-github/github" |
|
|
"github.com/google/go-github/github" |
|
|
"reflect" |
|
|
|
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
func TestRepositories_CRUD(t *testing.T) { |
|
|
func TestRepositories_CRUD(t *testing.T) { |
|
|
|