aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom
Commit message (Expand)AuthorAgeFilesLines
* Formatted pyunit tests via black.Patrick Lehmann2021-06-235-64/+69
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-227-23/+213
* Fixed issues reported by Codacy.Patrick Lehmann2021-06-221-1/+1
* Prepared handling of functions, types, subtypes and aliases.Patrick Lehmann2021-06-224-4/+4
* Start handling function calls.Patrick Lehmann2021-06-221-3/+3
* testsuite/pyunit/dom: test only vhdl source files from sanity/Tristan Gingold2021-06-221-1/+1
* Merge pull request #1798 from Paebbels/paebbels/aggregatestgingold2021-06-202-0/+119
|\
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ex...Patrick Lehmann2021-06-191-9/+30
| * Testcase(s) for expressions.Patrick Lehmann2021-06-192-2/+52
| * Added testcase for integer literals.Patrick Lehmann2021-06-191-0/+48
* | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.pyumarcor2021-06-192-31/+23
* | testsuite/pyunit: add AllVHDLSources.shumarcor2021-06-191-0/+31
|/
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-1/+1
* Enable coverage collection in pytest.Patrick Lehmann2021-01-011-0/+31
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-301-13/+0
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-291-4/+5
* Allow execution of tests within testsuite.Patrick Lehmann2020-12-281-1/+4
* Added a test for Architectures.Patrick Lehmann2020-12-281-1/+7
* Added testsuites so all Python unit tests can be run with a single command.Patrick Lehmann2020-12-281-0/+10
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-281-7/+21
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-281-0/+0
* Added requirements for Python test.Patrick Lehmann2020-12-281-0/+1
* Added structure for unit tests for Python code.Patrick Lehmann2020-12-271-0/+24