diff --git a/tests/files/auto/readme.txt b/tests/files/auto/readme.txt index d53353d9ed9..66c32eedf96 100644 --- a/tests/files/auto/readme.txt +++ b/tests/files/auto/readme.txt @@ -1,36 +1,35 @@ -Auto Render Regression suite -================================== - -Running -================================== - -./blender -b -P /path/to/tests/auto/render_test_files.py - -If desired the blender executable path can be set in test_config.py to -run the script outside of Blender with: - -python render_test_files.py - -Results -================================== - -It saves all renders and additional info into tests/auto/test_renders -The reference renders are in tests/auto/reference_renders - -Comparisons -================================== - -Manual comparison is possible, easier is to use automatic comparsion with -OpenImageIO installed. If it's in PATH then it will be found automatically, -otherwise the path can be set in test_config.py. - -For comparing two Blender versions, you can run the tests with old version, -copy the .png files from test_renders to reference_renders and then run the -tests with the newer version. - -Notes -================================== - -* test_run.py is executed for each .blend file. -* The script renders every cycles file twice on the CPU (SVM and OSL). - +Auto Render Regression suite +================================== + +Running +================================== + +./blender -b -P /path/to/tests/auto/render_test_files.py + +If desired the blender executable path can be set in test_config.py to +run the script outside of Blender with: + +python render_test_files.py + +Results +================================== + +It saves all renders and additional info into tests/auto/test_renders +The reference renders are in tests/auto/reference_renders + +Comparisons +================================== + +Manual comparison is possible, easier is to use automatic comparsion with +OpenImageIO installed. If it's in PATH then it will be found automatically, +otherwise the path can be set in test_config.py. + +For comparing two Blender versions, you can run the tests with old version, +copy the .png files from test_renders to reference_renders and then run the +tests with the newer version. + +Notes +================================== + +* test_run.py is executed for each .blend file. +* The script renders every cycles file twice on the CPU (SVM and OSL). diff --git a/tests/files/io_tests/blender export import test suite description.txt b/tests/files/io_tests/readme.txt similarity index 100% rename from tests/files/io_tests/blender export import test suite description.txt rename to tests/files/io_tests/readme.txt diff --git a/tests/files/paint/multi-paint test results.txt b/tests/files/paint/multipaint_test_results.txt similarity index 100% rename from tests/files/paint/multi-paint test results.txt rename to tests/files/paint/multipaint_test_results.txt diff --git a/tests/files/paint/smoothTest results.txt b/tests/files/paint/smooth_test_results.txt similarity index 100% rename from tests/files/paint/smoothTest results.txt rename to tests/files/paint/smooth_test_results.txt