blender/tests
Campbell Barton ccdacf1c9b Cleanup: use '_len' instead of '_size' w/ BLI API
- When returning the number of items in a collection use BLI_*_len()
- Keep _size() for size in bytes.
- Keep _count() for data structures that don't store length
  (hint this isn't a simple getter).

See P611 to apply instead of manually resolving conflicts.
2018-02-15 23:39:08 +11:00
..
gtests Cleanup: use '_len' instead of '_size' w/ BLI API 2018-02-15 23:39:08 +11:00
python Cleanup: use prefix for tests 2018-02-14 16:02:21 +11:00
check_deprecated.py Tests: fix incorrect check for hidden dir 2017-08-23 15:36:39 +10:00
CMakeLists.txt Cleanup: use prefix for tests 2018-02-14 16:02:21 +11:00