mirror of https://github.com/grpc/grpc-go.git
xdsclient: move tests out of tests directory (#4535)
This commit is contained in:
parent
b9270c3a7f
commit
d9eb12feed
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package tests_test
|
||||
package xdsclient_test
|
||||
|
||||
import (
|
||||
"fmt"
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package tests_test
|
||||
package xdsclient_test
|
||||
|
||||
import (
|
||||
"context"
|
|
@ -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).
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
package tests_test
|
||||
package xdsclient_test
|
||||
|
||||
import (
|
||||
"testing"
|
Loading…
Reference in New Issue