Layer Unittesting: pep8 1/2

Manual corrections, using line-width of 120
This commit is contained in:
Dalai Felinto
2017-03-22 15:15:54 +01:00
parent 4e92ed87ac
commit 6883a983e6
3 changed files with 31 additions and 21 deletions

View File

@@ -58,7 +58,8 @@ class UnitTesting(RenderLayerTesting):
for i, name in enumerate(lookup):
layer.collections.active_index = i
self.assertEqual(name, layer.collections.active.name,
self.assertEqual(
name, layer.collections.active.name,
"Collection index mismatch: [{0}] : {1} != {2}".format(
i, name, layer.collections.active.name))