We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097ae90 commit 9d22703Copy full SHA for 9d22703
test/test_wavefront.py
@@ -61,11 +61,9 @@ def setUp(self):
61
self.meshes = pywavefront.Wavefront('simple_no_mtl.obj')
62
63
def testMaterials(self):
64
- """Override this method"""
+ """Override this test"""
65
pass
66
67
def testMeshMaterialVertices(self):
68
"Mesh vertices should have known values."
69
self.assertEqual(len(self.meshes.meshes['Simple'].materials[0].vertices), 48)
70
-
71
0 commit comments