cuml icon indicating copy to clipboard operation
cuml copied to clipboard

Add environment-agnostic scripts for running ctests and pytests

Open trxcllnt opened this issue 5 months ago • 0 comments

This PR adds environment-agnostic run_*_{ctests,pytests}.sh scripts, and updates test_*_{cpp,python}.sh to call them.

The test_*_{cpp,python}.sh scripts assume they're running in our CI environment, and they do more than just run the tests.

This PR allows devs and downstream consumers to only run the tests, and skip the unrelated logic in test_*_{cpp,python}.sh.

trxcllnt avatar Feb 07 '24 08:02 trxcllnt