Cleanup: rename `alembic_tests.py` to `alembic_tests_export.py`

Rename `alembic_tests.py` to `alembic_tests_export.py`, as this makes it
clearer what is being tested.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-08-17 12:55:23 +02:00
parent 4a2ff0fef8
commit ad459302ce
2 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ if(WITH_ALEMBIC)
add_python_test(
alembic_tests
${CMAKE_CURRENT_LIST_DIR}/alembic_tests.py
${CMAKE_CURRENT_LIST_DIR}/alembic_export_tests.py
--blender "${TEST_BLENDER_EXE}"
--testdir "${TEST_SRC_DIR}/alembic"
--alembic-root "${ALEMBIC_ROOT_DIR}"