mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 14:07:15 +02:00
Bugfix: PCellDeclarationHelper was not present after 'import * from pya', more modern version of PCell samples
This commit is contained in:
Vendored
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user