xdsclient: move tests out of tests directory (#4535)

This commit is contained in:
Doug Fawley 2021-06-23 14:15:56 -07:00 committed by GitHub
parent b9270c3a7f
commit d9eb12feed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,7 @@
*
*/
package tests_test
package xdsclient_test
import (
"fmt"

View File

@ -18,7 +18,7 @@
*
*/
package tests_test
package xdsclient_test
import (
"context"

View File

@ -1 +0,0 @@
This package contains tests which cannot live in the `client` package because they need to import one of the API client packages (which itself has a dependency on the `client` package).

View File

@ -18,7 +18,7 @@
*
*/
package tests_test
package xdsclient_test
import (
"testing"