From 74b12b9b061fa9d42d08da7ab96b54e7a0449683 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Fri, 26 Apr 2024 23:00:56 +0200 Subject: [PATCH] chore(testing): moved blend files into "art" folder --- testing/bevy_example/{assets => art}/testing.blend | Bin .../{assets => art}/testing_library.blend | Bin tools/gltf_auto_export/pytest.ini | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename testing/bevy_example/{assets => art}/testing.blend (100%) rename testing/bevy_example/{assets => art}/testing_library.blend (100%) 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