tests.integration.test_vert_to_vert_linking#
Unit tests for linking vertices to vertices.
Functions
Ensure that adding a vertex to a link also updates link records in the vertex object. |
|
Ensure that adding a link to a vertex also updates vertex records in the link object. |
|
Ensure the base link class can handle large numbers of vertices. |
|
Ensure that links do accept the same instance of a vertex twice. |
|
Ensure links can remove vertices from themselves. |
|
Ensure that vertices can remove themselves from links. |
|
Ensure that vertices do not accept the same instance of a link twice. |