class documentation

class TestQuantileInterpolationDeprecation(_DeprecationTestCase):

View In Hierarchy

Undocumented

Method test​_both​_passed Undocumented
Method test​_deprecated Undocumented

Inherited from _DeprecationTestCase:

Method assert​_deprecated Test if DeprecationWarnings are given and raised.
Method assert​_not​_deprecated Test that warnings are not raised.
Method setup Undocumented
Method teardown Undocumented
Class Variable message Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
@pytest.mark.parametrize('func', [np.percentile, np.quantile, np.nanpercentile, np.nanquantile])
def test_both_passed(self, func):

Undocumented

@pytest.mark.parametrize('func', [np.percentile, np.quantile, np.nanpercentile, np.nanquantile])
def test_deprecated(self, func):

Undocumented