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)
The text was updated successfully, but these errors were encountered:
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 importpytest
and e.g. define the GPU marker (see Move test helpers rapids_singlecell#267)And we should
assert_equal
work and what they support. (As well as that they’re singledispatch and therefore extensible)The text was updated successfully, but these errors were encountered: