diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-31 10:20:25 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-01 11:19:04 +0100 |
commit | e62a09a14b109edb07aabfede29097197f11fee0 (patch) | |
tree | 9817fcaa748f16a3fe0ecc6523d9d5a894e54136 | |
parent | 41e7c0b3f5ae86d873587033732c4474530e779f (diff) | |
download | ghdl-e62a09a14b109edb07aabfede29097197f11fee0.tar.gz ghdl-e62a09a14b109edb07aabfede29097197f11fee0.tar.bz2 ghdl-e62a09a14b109edb07aabfede29097197f11fee0.zip |
Add a testcase for packages.
-rw-r--r-- | testsuite/pyunit/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/pytest.ini b/testsuite/pyunit/pytest.ini index e00478651..fe04697ef 100644 --- a/testsuite/pyunit/pytest.ini +++ b/testsuite/pyunit/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -rA +#addopts = -rA # Don't set 'python_classes = *' otherwise, pytest doesn't search for classes # derived from unittest.Testcase |