tests.integration.test_vert_to_vert_linking

tests.integration.test_vert_to_vert_linking#

Unit tests for linking vertices to vertices.

Functions

test_assoc_from_link()

Ensure that adding a vertex to a link also updates link records in the vertex object.

test_assoc_from_vert()

Ensure that adding a link to a vertex also updates vertex records in the link object.

test_link_base_class_multivert()

Ensure the base link class can handle large numbers of vertices.

test_link_dup_verts()

Ensure that links do accept the same instance of a vertex twice.

test_link_removal_by_link()

Ensure links can remove vertices from themselves.

test_link_removal_by_vertex()

Ensure that vertices can remove themselves from links.

test_vert_no_dup_links()

Ensure that vertices do not accept the same instance of a link twice.