Cleanup: run autopep8 on tests/

This commit is contained in:
2022-04-19 15:25:55 +10:00
parent 58d86527ae
commit 3035235def
24 changed files with 817 additions and 623 deletions

View File

@@ -15,8 +15,8 @@ def main():
test = [
SpecMeshTest("ParticleInstanceSimple", "testParticleInstance", "expectedParticleInstance",
[ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
threshold=1e-3),
[ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
threshold=1e-3),
]
particle_instance_test = RunTest(test)