tests.integration.test_assoc_from_init

tests.integration.test_assoc_from_init#

Unit tests for linking vertices to vertices, specifically created in the __init__ methods of both classes.

Functions

test_create_link_with_vert_then_add()

Ensure that we can still add vertices to a link after instantiation, and it doesn't break anything else.

test_create_link_with_verts()

Ensure creating a link with vertex arguments works correctly.

test_create_vert_with_link_then_add()

Ensure that we can still add links to a vertex after instantiation, and it doesn't break anything else.

test_create_vert_with_links()

Ensure creating a vertex with link arguments works correctly.