tests#
Contains unit, integration, and interactive tests for EdgeGraph.
This module, nor any of its children submodules, are distributed EdgeGraph as a package. It is intended for developers of EdgeGraph, not its users. Read more about it in the narrative documentation here.
Modules
Unit tests for |
|
Provides fixtures and PyTest hooks for all testing usage. |
|
Various fixtures for unit testing usage, such as example graphs. |
|
Tests that combine functionality of multiple source submodules. |
|
Quickly enter an interactive session with an example graph already instantiated. |
|
Tests for the |
|
Unit tests for pathfinding submodule. |
|
Unit tests for the sorting submodule. |
|
Tests for the structure of edgegraph objects themselves. |
|
Ensure the versioning constants are valid. |
|
Miscellaneous test-related imports and static files. |
|
Unit tests for traversal functions. |