diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 00:01:42 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 00:01:51 +0100 |
commit | 0235203f927367e96e9486fff5d2cf4ed089223c (patch) | |
tree | 49f763fa3d1d8dbbd780ae36d2d6791bf6c66674 /testsuite/pyunit | |
parent | c4426fcb59e5dd1faef2900581966a199a592bf1 (diff) | |
download | ghdl-0235203f927367e96e9486fff5d2cf4ed089223c.tar.gz ghdl-0235203f927367e96e9486fff5d2cf4ed089223c.tar.bz2 ghdl-0235203f927367e96e9486fff5d2cf4ed089223c.zip |
Added requirements for Python test.
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() |