move interop tests tools into tests folder

This commit is contained in:
pacrob
2025-01-25 15:16:54 -07:00
parent 460db3dce8
commit e0814c9860
13 changed files with 16 additions and 14 deletions

View File

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