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

Function test_funcname_long

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

funcnameFunction · 0.90

Tested by

no test coverage detected