tests.builder.test_explicit

tests.builder.test_explicit#

Unit tests for structure.twoendedlink.TwoEndedLink class.

Functions

test_dontdup()

Ensure the dontdup argument works as intended.

test_link_basecls()

Ensure the base class TwoEndedLink is behaving correctly.

test_link_basecls_chain()

verts[0] -- verts[1] -- verts[2] -- verts[3]

test_link_directed()

Ensure the link_directed() shortcut function creates the right link type.

test_link_undirected()

Ensure the unlink_directed() shortcut function creates the right link type.