cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Add environment-agnostic scripts for running ctests and pytests

Open trxcllnt opened this issue 5 months ago • 2 comments

Description

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.

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

trxcllnt avatar Feb 07 '24 07:02 trxcllnt