Browse Source

python: haha whoops?

next
Vladimír Vondruš 3 years ago
parent
commit
0091fc97d4
  1. 2
      src/python/magnum/test/test_trade.py

2
src/python/magnum/test/test_trade.py

@ -1049,7 +1049,7 @@ class SceneData(unittest.TestCase):
with self.assertRaisesRegex(NotImplementedError, "access to this scene field type is not implemented yet, sorry"):
scene.mutable_field(string_field)
class SceneData(unittest.TestCase):
class TextureData(unittest.TestCase):
def test(self):
importer = trade.ImporterManager().load_and_instantiate('GltfImporter')
importer.open_file(os.path.join(os.path.dirname(__file__), 'texture.gltf'))

Loading…
Cancel
Save