mirror of
https://github.com/documize/community.git
synced 2025-07-21 14:19:43 +02:00
6 lines
252 B
Go
6 lines
252 B
Go
// 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
|