[Bf-blender-cvs] [7fc1f42aae7] blender2.8: tests: limit public API in view_layer_common

Campbell Barton noreply at git.blender.org
Thu Jan 4 01:55:35 CET 2018


Commit: 7fc1f42aae79bc04608d7c8c26f077ff7d4fbbec
Author: Campbell Barton
Date:   Thu Jan 4 11:57:45 2018 +1100
Branches: blender2.8
https://developer.blender.org/rB7fc1f42aae79bc04608d7c8c26f077ff7d4fbbec

tests: limit public API in view_layer_common

===================================================================

M	tests/python/view_layer/view_layer_common.py

===================================================================

diff --git a/tests/python/view_layer/view_layer_common.py b/tests/python/view_layer/view_layer_common.py
index 1d9d321e532..f2da2291563 100644
--- a/tests/python/view_layer/view_layer_common.py
+++ b/tests/python/view_layer/view_layer_common.py
@@ -1,5 +1,19 @@
 import unittest
 
+__all__ = (
+    "Clay",
+    "MoveLayerCollectionTesting",
+    "MoveSceneCollectionSyncTesting",
+    "MoveSceneCollectionTesting",
+    "ViewLayerTesting",
+    "compare_files",
+    "dump",
+    "get_layers",
+    "get_scene_collections",
+    "query_scene",
+    "setup_extra_arguments",
+)
+
 # ############################################################
 # Layer Collection Crawler
 # ############################################################



More information about the Bf-blender-cvs mailing list