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
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/bl_pyapi_idprop.py')
-rw-r--r--tests/python/bl_pyapi_idprop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/bl_pyapi_idprop.py b/tests/python/bl_pyapi_idprop.py
index ac1bd618570..ddb5be03594 100644
--- a/tests/python/bl_pyapi_idprop.py
+++ b/tests/python/bl_pyapi_idprop.py
@@ -12,6 +12,7 @@ try:
except ImportError:
np = None
+
class TestHelper:
@property
@@ -179,7 +180,6 @@ class TestIdPropertyGroupView(TestHelper, unittest.TestCase):
self.assertEqual(len(group), len(text))
self.assertEqual(list(iter(group)), text)
-
def test_contains(self):
# Check `idprop.types.IDPropertyGroupView{Keys/Values/Items}.__contains__`
text = ["A", "B", "C"]