aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom
Commit message (Expand)AuthorAgeFilesLines
* Fixed last testcase.Patrick Lehmann2023-04-161-3/+1
* Fixed expression.Patrick Lehmann2023-04-161-3/+3
* Dependency Graphs (#2308)Patrick Lehmann2023-01-128-19/+90
* Improved VHDL example project.Patrick Lehmann2022-12-298-62/+77
* Added Get***Symbol functions. Improved Symbol handling.Patrick Lehmann2022-12-292-0/+84
* Fixed duplicate testcase name (Vital).Patrick Lehmann2022-12-271-1/+1
* Fixed context and package names and their references in VHDL example code.Patrick Lehmann2022-12-279-11/+20
* Improved StopWatch testcase.Patrick Lehmann2022-12-266-52/+51
* New handling of symbols.Patrick Lehmann2022-12-262-0/+33
* Added one-line code documentations.Patrick Lehmann2022-12-254-1/+4
* Enable and disable AMS support based on VHDLVersion.Patrick Lehmann2022-12-241-1/+4
* Use VHDL library source files also for DOM testcases.Patrick Lehmann2022-12-241-0/+93
* Loading predefined libraries and packages.Patrick Lehmann2022-12-231-0/+2
* Updated to pyVHDLModel v0.18.0.Patrick Lehmann2022-12-234-9/+34
* Changed doc comment position.Patrick Lehmann2022-12-231-1/+3
* Updated StopWatch testcode.Patrick Lehmann2022-12-231-31/+43
* Added StopWatch example for DOM and documentation testing.Patrick Lehmann2022-12-2312-12/+813
* Restructured test example sourcefiles.Patrick Lehmann2022-12-233-1/+133
* Reorganized comment tests.Patrick Lehmann2022-12-231-2/+15
* Enhanced SimpleEntity with code comments.Patrick Lehmann2022-12-061-2/+2
* Made paths relative, so it can be launched from testsuits directory too.Patrick Lehmann2022-06-191-3/+5
* Enabled AMS support for all VHDL files. Added more [NOT IMPLEMENTED] rules to...Patrick Lehmann2022-06-191-13/+9
* Checking if all other stuff is working without sanity checks.Patrick Lehmann2022-06-181-0/+1
* Fixed failing sanity checks for pyGHDL.dom in coverage job.Patrick Lehmann2022-06-181-4/+3
* Fixes due to a bug in pyVHDLModel. Name Context was used twice.Patrick Lehmann2021-08-231-4/+4
* Improved handling of ranges (e.g. via attribute names).Patrick Lehmann2021-08-231-2/+6
* Adjusted to renaming in pyVHDLModel.Patrick Lehmann2021-08-231-1/+1
* Simplified test code for literals.Patrick Lehmann2021-07-011-28/+31
* New command line interface for DOM.Patrick Lehmann2021-07-011-1/+1
* Exchanged sides in asserts to the understanding of pytests actual vs. expecte...Patrick Lehmann2021-07-014-16/+16
* Improved test code.Patrick Lehmann2021-07-014-10/+10
* Minor changes.Patrick Lehmann2021-07-012-6/+6
* Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.Patrick Lehmann2021-07-014-7/+6
* Rework and fine tuning.Patrick Lehmann2021-07-011-3/+3
* pyGHDL: Added DLL search path for Python ≥3.8. (#1811)Patrick Lehmann2021-06-301-2/+3
* More DOM improvements (#1806)Patrick Lehmann2021-06-263-21/+57
* 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