blender/tests
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
..
gtests Cleanup: typo in struct name 2017-02-28 00:38:33 +11:00
python Layer Unittesting: pep8 2/2 2017-03-22 15:27:47 +01:00
check_deprecated.py Remove SCons building system 2016-01-04 14:20:48 +05:00
CMakeLists.txt GTest unit testing framework 2014-06-19 02:09:16 +10:00