pip compatible server to serve Python packages out of GitHub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
// Copyright 2016 The go-github AUTHORS. All rights reserved.
|
|
|
//
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
// Package tests contains integration tests.
|
|
|
//
|
|
|
// These tests call the live GitHub API, and therefore require a little more
|
|
|
// setup to run. See https://github.com/google/go-github/tree/master/tests/integration
|
|
|
// for more information.
|
|
|
package tests
|