Merge branch 'wip2' into issue-1472

This commit is contained in:
Matthias Koefferlein
2023-09-12 00:01:31 +02:00
3 changed files with 31 additions and 31 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ class DBPCellTests(unittest.TestCase):
def test_0(self):
# PCellDeclarationHelper is inside "pya.__all__"
self.assertEqual("PCellDeclarationHelper" in pya.__all__, True)
if hasattr(pya, "__all__"):
self.assertEqual("PCellDeclarationHelper" in pya.__all__, True)
def test_1(self):