Python module tests generalized

This commit is contained in:
Matthias Koefferlein
2022-05-15 20:17:23 +02:00
parent 104975a14e
commit 249642d5f3
7 changed files with 45 additions and 67 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import unittest
import sys
import os
class DBLayoutToNetlistTests(unittest.TestCase):
class DBLayoutVsSchematicTests(unittest.TestCase):
def test_1_Basic(self):