scvi-tools
scvi-tools copied to clipboard
Separate out unit and integration tests
Our current test suite that runs for every PR takes about 10-15 min. It doesn't need to be the case that all tests should be run for every change, though. It would be nice to separate out unit and integration tests, where unit tests run for every change and integration tests run on a schedule or on dispatch.