da1846ebe105648a71d9bf57af2bb40f4cd54417
Add two sets of options to the IO Report class that allows tests to control the verbosity of output. - Add `Report.context_lines` controlling how many lines of context the diff uses when there are failures (3 by default) - Add `Report.side_to_print_single_line` (5 by default) and `Report.side_to_print_multi_line` (3 by default) controlling how many items are written out The first option helps when a failure in the test might not produce enough lines of output to know which object is affected. The second set of options allows individual tests to ensure more values are taken into consideration for test validation. They are exposed as class variables due to all the inner methods using them being static. Pull Request: https://projects.blender.org/blender/blender/pulls/143922
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
