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.
This commit is contained in:
Sybren A. Stüvel 2020-02-14 15:14:46 +01:00
parent a21f5ec562
commit f457dc122d
Notes: blender-bot 2023-02-14 04:24:05 +01:00
Referenced by issue #77572, Reference image opacity value doesn't work with Blender 2.83+ (Intel HD 630 with Mesa 20, regression from D6729)
2 changed files with 3 additions and 3 deletions

View File

@ -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"
)

View File

@ -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