tests.structure.test_vertex

tests.structure.test_vertex#

Unit tests for structure.vertex.Vertex class.

Functions

test_vert_add_to_uni()

Ensure we can add a Vertex to multiple universes.

test_vert_init_with_uni()

Ensure vertices init'd with universes are members of them.

test_vertex_create_with_generator()

Ensure we can create vertices with base Link objects in a genexpr.

test_vertex_create_with_links()

Ensure we can create vertices with base Link objects in a list.

test_vertex_create_with_links_set()

Ensure we can create vertices with base Link objects in a set.

test_vertex_create_with_tuple()

Ensure we can create vertices with base Link objects in a tuple.

test_vertex_creation()

Ensure we can create Vertices with default options.

test_vertex_subclass()

Ensure Vertex trees up to correct subclass and attributes are operating correctly.