Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ test_deprecated_category
Function
test_deprecated_category
dask/tests/test_utils.py:842–848 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
840
841
842
def
test_deprecated_category():
843
@_deprecated(category=DeprecationWarning)
844
def
foo():
845
return
"bar"
846
847
with
pytest.warns(DeprecationWarning):
848
assert foo() ==
"bar"
849
850
851
def
test_deprecated_message():
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected