SilensAngelusNex / pgraph

A persistent, directed graph generic over edge weights and vertex data, written in Rust.
Apache License 2.0
8 stars 2 forks source link

Unit Tests #1

Closed SilensAngelusNex closed 5 years ago

SilensAngelusNex commented 6 years ago

None of the graph's features are tested; I need to come up with some tests to make sure what I currently have is correct and doesn't break in the future.

SilensAngelusNex commented 6 years ago

You can see the untested functions in Codecov; they don't show up in red because they don't exist in the executable (because of monomorphization) but they don't show up in green either.