You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe your wishes and possible alternatives to achieve the desired result.
AnnData.tests.helpers is an undocumented mess
We should clearly distinguish
between non-pytest helpers (testing.anndata) and a pytest plugin (testing.anndata.pytest). Only the second would import pytest and e.g. define the GPU marker (see Move test helpers rapids-singlecell#267)
between public and private helpers
And we should
document how exactly things like assert_equal work and what they support. (As well as that they’re singledispatch and therefore extensible)
Please describe your wishes and possible alternatives to achieve the desired result.
AnnData.tests.helpers is an undocumented mess
We should clearly distinguish
testing.anndata) and a pytest plugin (testing.anndata.pytest). Only the second would importpytestand e.g. define the GPU marker (see Move test helpers rapids-singlecell#267)And we should
assert_equalwork and what they support. (As well as that they’re singledispatch and therefore extensible)