Fixed unit tests.

This commit is contained in:
Matthias Koefferlein
2019-07-19 00:02:05 +02:00
parent 142085bd64
commit 0215d05a12
7 changed files with 2029 additions and 6 deletions
+1 -1
View File
@@ -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")