mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
Fixed unit tests.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ class DBLayoutToNetlistTests(unittest.TestCase):
|
||||
|
||||
lvs = pya.LayoutVsSchematic()
|
||||
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvs_test1b_au.lvsdb")
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvsdb_read_test.lvsdb")
|
||||
lvs.read(infile)
|
||||
|
||||
tmp = os.path.join(ut_testtmp, "tmp.lvsdb")
|
||||
|
||||
+2
-2
@@ -32,7 +32,7 @@ class DBLayoutToNetlistTests(unittest.TestCase):
|
||||
xref = pya.NetlistCrossReference()
|
||||
|
||||
lvs = pya.LayoutVsSchematic()
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvs_test1b_au.lvsdb")
|
||||
infile = os.path.join(ut_testsrc, "testdata", "algo", "lvsdb_read_test.lvsdb")
|
||||
lvs.read(infile)
|
||||
|
||||
reader = pya.NetlistSpiceReader()
|
||||
@@ -79,7 +79,7 @@ class DBLayoutToNetlistTests(unittest.TestCase):
|
||||
ut_testsrc = os.getenv("TESTSRC")
|
||||
|
||||
lvs = pya.LayoutVsSchematic()
|
||||
input = os.path.join(ut_testsrc, "testdata", "algo", "lvs_test2b_au.lvsdb")
|
||||
input = os.path.join(ut_testsrc, "testdata", "algo", "lvsdb_read_test2.lvsdb")
|
||||
lvs.read(input)
|
||||
|
||||
xref = lvs.xref()
|
||||
|
||||
Reference in New Issue
Block a user