MCPcopy Create free account
hub / github.com/dask/dask / test_funcname_long

Function test_funcname_long

dask/tests/test_utils.py:444–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442
443
444def test_funcname_long():
445 def a_long_function_name_11111111111111111111111111111111111111111111111():
446 pass
447
448 result = funcname(
449 a_long_function_name_11111111111111111111111111111111111111111111111
450 )
451 assert "a_long_function_name" in result
452 assert len(result) < 60
453
454
455def test_funcname_toolz():

Callers

nothing calls this directly

Calls 1

funcnameFunction · 0.90

Tested by

no test coverage detected