From 7fc1f42aae79bc04608d7c8c26f077ff7d4fbbec Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Jan 2018 11:57:45 +1100 Subject: tests: limit public API in view_layer_common --- tests/python/view_layer/view_layer_common.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/python/view_layer') 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 # ############################################################ -- cgit v1.2.3