Bugfix: PCellDeclarationHelper was not present after 'import * from pya', more modern version of PCell samples

This commit is contained in:
Matthias Koefferlein
2023-09-10 23:41:51 +02:00
parent 109696a1e0
commit 9bb8b4e548
4 changed files with 13 additions and 16 deletions
+5
View File
@@ -163,6 +163,11 @@ def nh(h):
class DBPCellTests(unittest.TestCase):
def test_0(self):
# PCellDeclarationHelper is inside "pya.__all__"
self.assertEqual("PCellDeclarationHelper" in pya.__all__, True)
def test_1(self):
# instantiate and register the library