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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-05 00:05:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-05 00:05:21 +0300
commit5b0f1e7649acca541559ef2536b15d1525422571 (patch)
tree778772fceddc24e5abd98540ba6a4330dd5f2d89 /tests
parenta297a6c444c7463295f0447a55a5f9542414529c (diff)
Cleanup: formatting, strip trailing space
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_bundled_modules.py1
-rw-r--r--tests/python/bl_id_management.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/python/bl_bundled_modules.py b/tests/python/bl_bundled_modules.py
index 6f757184e7b..3ef5040af01 100644
--- a/tests/python/bl_bundled_modules.py
+++ b/tests/python/bl_bundled_modules.py
@@ -27,4 +27,3 @@ import numpy
import sqlite3
import ssl
import zlib
-
diff --git a/tests/python/bl_id_management.py b/tests/python/bl_id_management.py
index 938a1cab134..615c0b13d9d 100644
--- a/tests/python/bl_id_management.py
+++ b/tests/python/bl_id_management.py
@@ -110,7 +110,7 @@ class TestIdAddNameManagement(TestHelper, unittest.TestCase):
data = self.add_to_container(name="%s.%.3d" % (self.default_name, 0))
self.assertEqual(data.name, self.default_name + ".003")
-
+
self.assertEqual(len(self.data_container), 6)
self.ensure_proper_order()