cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Refactor MG Centrality Tests

Open nv-rliu opened this issue 1 year ago • 0 comments

Addresses #4187

This PR makes improvements to old testing conventions used in cugraph.centrality MG tests

Instead of using nested fixtures. eg. input_expected_output -> input_combo -> fixture_params which can be confusing, the @pytest.mark.parametrize marker is used to iterate through combinations of parameters used for testing. The fixtures are also replaced by functions used to create SG and MG graphs.

nv-rliu avatar Feb 27 '24 16:02 nv-rliu