MCPcopy Index your code
hub / github.com/dask/dask / TestCustomGetFail

Class TestCustomGetFail

dask/tests/test_core.py:104–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103def test_GetFunctionTestMixin_class():
104 class TestCustomGetFail(GetFunctionTestMixin):
105 get = staticmethod(lambda x, y: 1)
106
107 custom_testget = TestCustomGetFail()
108 pytest.raises(AssertionError, custom_testget.test_get)

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…