()
| 87 | |
| 88 | #[test] |
| 89 | fn test_no_geometries() { |
| 90 | let graph = node::<_, Undirected>(std::iter::empty()); |
| 91 | assert_eq!(graph.node_count(), 0); |
| 92 | assert_eq!(graph.edge_count(), 0); |
| 93 | } |
| 94 | |
| 95 | #[test] |
| 96 | fn test_points() { |
nothing calls this directly
no outgoing calls
no test coverage detected