diff options
Diffstat (limited to 'testsuite/pyunit')
-rw-r--r-- | testsuite/pyunit/dom/Instantiate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/pyunit/dom/Instantiate.py b/testsuite/pyunit/dom/Instantiate.py index c3509e39b..429c1a5a8 100644 --- a/testsuite/pyunit/dom/Instantiate.py +++ b/testsuite/pyunit/dom/Instantiate.py @@ -9,6 +9,7 @@ if __name__ == "__main__": print("Use: 'python -m unitest <testcase module>'") exit(1) + class Instantiate(TestCase): def test_Design(self): design = Design() |