mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Fixed pymod test
This commit is contained in:
Vendored
+2
-1
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user