blender/tests/python/render_layer
Dalai Felinto 505cc694b3 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
2017-03-22 15:27:47 +01:00
..
CMakeLists.txt Outliner/layer: fix users trying to drop a collection into itself (recursion hell) 2017-03-13 17:38:37 +01:00
render_layer_common.py Layer Unittesting: pep8 1/2 2017-03-22 15:27:20 +01:00
test_active_collection.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_collection_rename.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_evaluation_visibility_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_evaluation_visibility_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_layer_linking.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_j.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_k.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_layer_collection_l.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_above_below_scene_collection_sync_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_layer_collection_j.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_j.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_k.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_l.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_d.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_e.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_f.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_g.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_h.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_i.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_j.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_k.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_move_into_scene_collection_sync_l.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_cylinder.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_empty.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_no_collection_cylinder.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_no_collection_empty.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_no_collection_torus.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_add_torus.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_copy.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_delete.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_link_a.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_link_b.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_object_link_c.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_operator_context.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_scene_copy.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_scene_write_read.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
test_syncing.py Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00