Skip to content

Commit 64cbff6

Browse files
committed
new
1 parent c104cda commit 64cbff6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_unittest/test_00_EDB.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,5 +1104,10 @@ def test_86_create_symmetric_stackup(self):
11041104
from pyaedt import Edb as local_edb
11051105

11061106
app_edb = local_edb(edbversion="2022.1")
1107+
assert not app_edb.core_stackup.create_symmetric_stackup(9)
11071108
assert app_edb.core_stackup.create_symmetric_stackup(8)
11081109
app_edb.close_edb()
1110+
1111+
app_edb = local_edb(edbversion="2022.1")
1112+
assert app_edb.core_stackup.create_symmetric_stackup(8, soldermask=False)
1113+
app_edb.close_edb()

0 commit comments

Comments
 (0)