Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-14Cleanup: remove redundant braces from assert & raiseCampbell Barton
2022-04-19Cleanup: run autopep8 on tests/Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-11LibLink/Append tests: Add basic testing of `bpy.data.libraries.load` code.Bastien Montagne
2021-11-04Attempt to fix failing lib link test on windows.Bastien Montagne
2021-11-04Attempt fix for new lib reload/relocate tests on windows.Bastien Montagne
2021-11-02Tests: Add basic unittest for library reload and relocate operators.Bastien Montagne
2021-10-20Link/Append tests: properly support and test with/without 'recursive' behaviors.Bastien Montagne
2021-10-19Fix liblink tests after recent commit.Bastien Montagne
2021-09-29Cleanup: trailing space, newlines at EOFCampbell Barton
2021-09-23LibLink Append: Expose 'reuse ID' through new BLO flag, and add basic tests.Bastien Montagne
2021-09-14LibLink: Enable unittest that was previously failing in append case.Bastien Montagne
2021-09-06Fix tests broken by rB58632a7f3c0f1be6.Bastien Montagne
2021-09-01Unittest: Extend and basic linking tests and add basic append tests.Bastien Montagne
2021-03-04Tests: don't write thumbnails when running testsCampbell Barton
2020-12-10Tests: fix 'ctest -j' running multiple tests at onceCampbell Barton
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-04-28Tests: fix some tests passing even if there are Python errorsBrecht Van Lommel
2020-02-18Remove debug prints from blendfile_liblink.Bastien Montagne
2020-02-17Temp debug prints for liblink tests to check what happens on windows.Bastien Montagne
2020-02-14Cleanup: Deduplicate some code in new blenfile io/linking tests.Bastien Montagne
2020-02-13Add initial, very basic save/open & library linking blendfile tests.Bastien Montagne