cai4cai / torchsparsegradutils

A collection of utility functions to work with PyTorch sparse tensors
Apache License 2.0
24 stars 3 forks source link

consolidate unit testing framework #40

Closed tvercaut closed 1 year ago

tvercaut commented 1 year ago

Since at least 61cdad8, there is a mix of unit tests written with unittest and pytest.

The CI currently only runs the pytest.

In the short term, at least both sets of tests need to be running in the CI. The, a sinfle unit testing framework needs to be selected and used for all tests.

tvercaut commented 1 year ago

I had missed that pytest runs all unittest tests by default -> this can be closed