aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Patrick Lehmann2022-06-191-13/+9
| | | | to support VHDL-AMS code.
* 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. ↵Patrick Lehmann2021-07-014-16/+16
| | | | expected order.
* 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
| | | | | | | | | | | * Added DLL search path for Python ≥3.8. Let Windows CPython 64-bit execute GHDL in msys64/mingw64. * Fix executable name of Python based on the current environment. (cherry picked from commit 618c8149df1fa53d06cb197d65b3b10a02ae52ee) * Removed debug code.
* More DOM improvements (#1806)Patrick Lehmann2021-06-263-21/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First try to handle names. * Reworked names. * Reworked range expressions. * Handle AttributeNames. * Added handling of file declaration and attribute declarations. * Improved error outputs. * Handle protected types. * Make black happy with ugly code. * Handle Null literal and File parameters. * File type and physical type. * Don't fail on reported syntax errors. Catch call errors into libghdl. * Improved Sanity checks for pyGHDL.dom. * Load sourcecode via Python and process in-memory. Fixed testcases. * Added package instantiations and packages with generics. * Added UseClause, AttributeSpecification and PhysicalTypes. * Improved pretty-printing. * Fixed AttributeName in subtype indication. * Get code position of IIR nodes. * Added DOMMixin into all derived classes. * Mark as not yet implemented. * Pinned pyVHDLModel version to v0.10.4. * Removed xfail in LSP test. Bumped requirement of pyVHDLModel to v0.10.4. Fixed some Codacy issues. (cherry picked from commit f64e7ed7c3d69cbf84cd60db8e9b085e90b846cb)
* Formatted pyunit tests via black.Patrick Lehmann2021-06-235-64/+69
|
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-227-23/+213
| | | | | Improved glob in Sanity check. Bound requirement for pyVHDLModel to Git branch.
* 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
|\ | | | | Python-C/Ada Bindings - Updated decorator
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ↵Patrick Lehmann2021-06-191-9/+30
| | | | | | | | expressions, aggregates and literals.
| * 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
| | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0)
* 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