Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify tests for digraph and multidigraph (#43)
* Adds support for multigraphs * Refactors `_is_edge_attr_match` * Filters relations by __label__ during `_lookup` * Bundles relation attributes together for lookup * Refactors and adds inline docs * Adds tests for multigraph support * Cleans up inline docs * Removes slicing list twice to avoid two copies in memory * Supports WHERE clause for relationships in multigraphs * Adds test for multigraph with WHERE clause on single edge * Accounts for WHERE with string node attributes in MultiDiGraphs * Unifies all unit tests to work with both DiGraphs and MultiDiGraphs * Completes multidigraph test for WHERE on node attribute
- Loading branch information