cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA]: Refactor python tests

Open jnke2016 opened this issue 4 months ago • 0 comments

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

Low (would be nice)

Please provide a clear description of problem this feature solves

Though good coverage is a great asset in providing accurate results to our end users, our python test suite is currently too large and some of those tests are redundant. This is cumbersome for CI having to go through all these tests before a PR can be merged. An alternative would be split our CI tests from our nightly ones where in he former, a minimal subset of the tests is run whereas in the latter can cover the full suite. In a similar fashion as our C++ tests, we can have flags differentiating the size of the test suite being run (low, medium, high)

Describe your ideal solution

Split the CI tests from the nightly ones

Describe any alternatives you have considered

No response

Additional context

No response

Code of Conduct

  • [x] I agree to follow cuGraph's Code of Conduct
  • [x] I have searched the open feature requests and have found no duplicates for this feature request

jnke2016 avatar Oct 10 '24 17:10 jnke2016