MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / test_creation

Method test_creation

python/pymesh/wires/tests/test_wire_network.py:9–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class WireNetworkTest(WireTestCase):
9 def test_creation(self):
10 wire_network = self.get_brick5()
11 self.assertEqual(20, wire_network.num_vertices)
12 self.assertEqual(30, wire_network.num_edges)
13
14 def test_connectivity(self):
15 wire_network = self.get_star_3D()

Callers

nothing calls this directly

Calls 1

get_brick5Method · 0.80

Tested by

no test coverage detected