From f457dc122d1d58f5e0e35db746104b69332597b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 14 Feb 2020 15:14:46 +0100 Subject: [PATCH] Cleanup: Alembic, rename unit test This rename is to prepare for a future addition to the unit test file. Currently it's named "import" and I will add an export test as well. The rename is a separate commit to easily see the difference between the rename and the addition of another test. No functional changes. --- tests/python/CMakeLists.txt | 4 ++-- .../{bl_alembic_import_test.py => bl_alembic_io_test.py} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename tests/python/{bl_alembic_import_test.py => bl_alembic_io_test.py} (99%) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 5a3eeb6d14e..0eb17d7fafe 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -644,8 +644,8 @@ if(WITH_ALEMBIC) ) add_blender_test( - script_alembic_import - --python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_import_test.py + script_alembic_io + --python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_io_test.py -- --testdir "${TEST_SRC_DIR}/alembic" ) diff --git a/tests/python/bl_alembic_import_test.py b/tests/python/bl_alembic_io_test.py similarity index 99% rename from tests/python/bl_alembic_import_test.py rename to tests/python/bl_alembic_io_test.py index baf76dc581f..41b28cb7c33 100644 --- a/tests/python/bl_alembic_import_test.py +++ b/tests/python/bl_alembic_io_test.py @@ -19,7 +19,7 @@ # """ -./blender.bin --background -noaudio --factory-startup --python tests/python/bl_alembic_import_test.py -- --testdir /path/to/lib/tests/alembic +./blender.bin --background -noaudio --factory-startup --python tests/python/bl_alembic_io_test.py -- --testdir /path/to/lib/tests/alembic """ import pathlib