Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-02-14 17:14:46 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-02-14 17:41:11 +0300
commitf457dc122d1d58f5e0e35db746104b69332597b0 (patch)
treeb29bb50f66e5ad12bb12266703fed1d68458d548 /tests
parenta21f5ec56245f7f1fbede4aa3c140a582c3a6a1b (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt4
-rw-r--r--tests/python/bl_alembic_io_test.py (renamed from tests/python/bl_alembic_import_test.py)2
2 files changed, 3 insertions, 3 deletions
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
index baf76dc581f..41b28cb7c33 100644
--- a/tests/python/bl_alembic_import_test.py
+++ b/tests/python/bl_alembic_io_test.py
@@ -19,7 +19,7 @@
# <pep8 compliant>
"""
-./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