mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Tests for GSI kwargs, test framework enhanced to print the total number of tests
This commit is contained in:
Vendored
-6
@@ -198,12 +198,6 @@ class KWArgsTest(unittest.TestCase):
|
||||
except Exception as ex:
|
||||
self.assertEqual(str(ex).find("No overload with matching arguments."), 0)
|
||||
|
||||
try:
|
||||
t = pya.Trans("17")
|
||||
self.assertEqual(True, False)
|
||||
except Exception as ex:
|
||||
self.assertEqual(str(ex).find("No overload with matching arguments."), 0)
|
||||
|
||||
|
||||
# run unit tests
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user