Skip to content

Include cuda_bindings Cython tests in main cuda_bindings test suite #1973

@mdboom

Description

@mdboom

The Cython tests in the cuda_bindings test suite currently require a separate build step, otherwise they don't run as part of the main cuda_bindings test suite.

This makes them easy to forget to run, and, as in my case, I didn't even know they existed.

Instead, we can do the build step as part of a test fixture. This pattern is already used in cybind so it can test Cython-compiled things.

Opening an issue in case there is something I'm missing as to why this can't be done.

Metadata

Metadata

Assignees

Labels

triageNeeds the team's attention

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions