buildkite / test-engine-client

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.
MIT License
9 stars 1 forks source link

Tidy up test data #205

Closed nprizal closed 1 month ago

nprizal commented 1 month ago

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.