MCPcopy Create free account
hub / github.com/NVIDIA/DALI / test_op_docs_present

Function test_op_docs_present

dali/test/python/experimental_mode/test_docs.py:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def test_op_docs_present():
52 assert ndd._ops._all_ops # not empty
53 for c in ndd._ops._all_ops:
54 if should_skip(c):
55 continue
56 assert len(c.__init__.__doc__) > 20, c._schema.Name()
57 assert len(c.__call__.__doc__) > 20, c._schema.Name()
58
59
60def test_op_docs_no_tensor_list():

Callers

nothing calls this directly

Calls 1

should_skipFunction · 0.85

Tested by

no test coverage detected