MCPcopy Create free account
hub / github.com/davisking/dlib / test_vectorss_extend

Function test_vectorss_extend

tools/python/test/test_vector.py:167–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165
166
167def test_vectorss_extend():
168 vss = vectorss()
169 vss.extend([generate_test_vectors(), generate_test_vectors()])
170 assert len(vss) == 2

Callers

nothing calls this directly

Calls 2

generate_test_vectorsFunction · 0.85
lenFunction · 0.85

Tested by

no test coverage detected