diff --git a/testing/bevy_example/assets/testing.blend b/testing/bevy_example/art/testing.blend similarity index 100% rename from testing/bevy_example/assets/testing.blend rename to testing/bevy_example/art/testing.blend diff --git a/testing/bevy_example/assets/testing_library.blend b/testing/bevy_example/art/testing_library.blend similarity index 100% rename from testing/bevy_example/assets/testing_library.blend rename to testing/bevy_example/art/testing_library.blend diff --git a/tools/gltf_auto_export/pytest.ini b/tools/gltf_auto_export/pytest.ini index 33c0e52..591ed5c 100644 --- a/tools/gltf_auto_export/pytest.ini +++ b/tools/gltf_auto_export/pytest.ini @@ -1,5 +1,5 @@ [pytest] -blender-template = ../../testing/bevy_example/assets/testing.blend +blender-template = ../../testing/bevy_example/art/testing.blend addopts = -svv testpaths = tests