tests.integration#
Tests that combine functionality of multiple source submodules.
Modules
Unit tests for linking vertices to vertices, specifically created in the __init__ methods of both classes. |
|
Unit tests that ensure no negative effects of caching are observed. |
|
Unit tests for DirectedEdge assocations with their vertices. |
|
Dedicated performance tests designed to identify slow points. |
|
Unit tests that ensure all Edgegraph objects are pickleable and unpickleable. |
|
Behavioral tests for singletons and vertices playing together. |
|
Ensure graph operations are thread-safe. |
|
Unit tests for UnDirectedEdge assocations with their vertices. |
|
Unit tests for linking vertices to vertices. |