Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your test suites. It uses your Buildkite Test Engine suite data to intelligently partition and parallelise your tests.
We have test data across different folders, which makes it a little bit messy. Test data in Golang usually stored within testdata folder in each package. This PR moved test data to the testdata folder and removes test data that is no longer used.
We have test data across different folders, which makes it a little bit messy. Test data in Golang usually stored within
testdata
folder in each package. This PR moved test data to thetestdata
folder and removes test data that is no longer used.