class documentation

class TestQuantileInterpolationDeprecation(_DeprecationTestCase): (source)

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_method Undocumented
Method teardown_method 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): (source)

Undocumented

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

Undocumented