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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-03-22 17:22:58 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-03-22 17:27:47 +0300
commit505cc694b382742561f00ac34112bd55af71f80d (patch)
tree1104567d391bc67944eacac21447c4b7dc214900 /tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py
parent6883a983e6e45f3bed899a3b2cf6e465e186f347 (diff)
Layer Unittesting: pep8 2/2
Mass replacing the common code of all tests ``` echo "Fixing $1" ed "$1" <<'EOF' 1,/Testing/d i from render_layer_common import * import unittest import os import sys sys.path.append(os.path.dirname(__file__)) . w q EOF ``` Using line-width of 120
Diffstat (limited to 'tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py')
-rw-r--r--tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py b/tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py
index 064bb657f69..9a18c036a9d 100644
--- a/tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py
+++ b/tests/python/render_layer/test_move_above_below_scene_collection_sync_b.py
@@ -1,16 +1,14 @@
-# ./blender.bin --background -noaudio --python tests/python/render_layer/test_link.py -- --testdir="/data/lib/tests/"
-
# ############################################################
# Importing - Same For All Render Layer Tests
# ############################################################
+from render_layer_common import *
import unittest
+import os
+import sys
-import os, sys
sys.path.append(os.path.dirname(__file__))
-from render_layer_common import *
-
# ############################################################
# Testing