tests.integration.test_assoc_from_init#
Unit tests for linking vertices to vertices, specifically created in the __init__ methods of both classes.
Functions
Ensure that we can still add vertices to a link after instantiation, and it doesn't break anything else. |
|
Ensure creating a link with vertex arguments works correctly. |
|
Ensure that we can still add links to a vertex after instantiation, and it doesn't break anything else. |
|
Ensure creating a vertex with link arguments works correctly. |