Closed tstromberg closed 1 week ago
This re-organizes tests for speed:
To support this, this PR makes the following changes:
out/samples-*
out/<name of org>/<name of repo>
samples/
test_data
tests
go test .
tests/
make test
make integration
This re-organizes tests for speed:
To support this, this PR makes the following changes:
out/samples-*
folder is now namedout/<name of org>/<name of repo>
samples/
folder is no longer usedtest_data
directory has been renamedtests
go test .
now works from the newly namedtests/
subdirectorymake test
is now split intomake integration
(slow integration tests) andmake test
(fast unit tests).