WIP: some fixes at unit test level

This commit is contained in:
Matthias Koefferlein
2022-05-15 21:47:15 +02:00
parent 249642d5f3
commit bdc8fc2801
10 changed files with 69 additions and 63 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ class DBLayoutVsSchematicTests(unittest.TestCase):
# run unit tests
if __name__ == '__main__':
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutToNetlistTests)
suite = unittest.TestLoader().loadTestsFromTestCase(DBLayoutVsSchematicTests)
if not unittest.TextTestRunner(verbosity = 1).run(suite).wasSuccessful():
sys.exit(1)