Closed flying-sheep closed 1 year ago
Recommended by pytest and the official package docs: https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html
sklearn_ann
src/sklearn_ann
sklearn_ann/tests/utils.py
src/sklearn_ann/test_utils.py
sklearn_ann/tests/*
tests/*
Also default xfail to strict: Flaky tests still can be and are marked as strict=False
xfail
strict=False
Recommended by pytest and the official package docs: https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html
sklearn_ann
->src/sklearn_ann
sklearn_ann/tests/utils.py
->src/sklearn_ann/test_utils.py
sklearn_ann/tests/*
->tests/*
Also default
xfail
to strict: Flaky tests still can be and are marked asstrict=False