tests: rework passive tests into native go tests

this commit re-works the basic.t tests and administers them using go's
native testing suite.

Signed-off-by: ldelossa <ldelossa@redhat.com>
This commit is contained in:
ldelossa
2020-09-04 21:15:55 -04:00
committed by Louis DeLosSantos
parent 42e5d23f63
commit a8c961fe19
11 changed files with 1271 additions and 21 deletions
-1
View File
@@ -43,7 +43,6 @@ all:
rm -rf dist
mkdir -p dist
gox -ldflags="-w -s" -output="dist/github.com/go-jira/jira-{{.OS}}-{{.Arch}}" -osarch="darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64" ./...
_t/test_binaries.sh
install:
${MAKE} GOBIN=$$HOME/bin build