blender/source/tests
Campbell Barton 3b8d4aa25f 2 tests for ctest.
- script_load_addons: loads and onloads all addons, error if any cant be enabled or disabled.
- script_load_modules: loads all blenders modules, error if any modules raise an exception or if any modules in the scripts dir are not tested (except for presets and templates).

These are useful because lazy module loading means a module can have an error which isnt raised until the tools used. This gives a way to detect basic errors that used to happen on startup or when enabling the addon.
2011-03-18 23:58:13 +00:00
..
batch_import.py bugfix [#26094] Going to Bone Roll menu brings up python error 2011-02-16 02:25:03 +00:00
bl_load_addons.py 2 tests for ctest. 2011-03-18 23:58:13 +00:00
bl_load_py_modules.py 2 tests for ctest. 2011-03-18 23:58:13 +00:00
bl_test.py correct own bad spelling 2011-01-23 12:42:07 +00:00
CMakeLists.txt 2 tests for ctest. 2011-03-18 23:58:13 +00:00
pep8.py builder reports MSVC was setting stack size to 2gig. 2011-03-12 04:31:28 +00:00
rna_array.py - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00
rna_info_dump.py - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00