Move interop tests out of tests

It is moved to the top level package `tests_interop`, to avoid circular
dependency, with the dependency moved to `tox`.
This commit is contained in:
mhchia
2019-09-23 22:00:40 +08:00
parent 4a838033ff
commit 006002f687
20 changed files with 50 additions and 11 deletions

4
tests_interop/envs.py Normal file
View File

@ -0,0 +1,4 @@
import os
import pathlib
GO_BIN_PATH = pathlib.Path(os.environ["GOPATH"]) / "bin"