aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
Commit message (Expand)AuthorAgeFilesLines
* More DOM improvements (#1806)Patrick Lehmann2021-06-265-23/+98
* Handle 'Subtype_Definition' in record definitions.Patrick Lehmann2021-06-231-0/+3
* First primitive handling of selected names.Patrick Lehmann2021-06-231-2/+2
* Added handling of enumeration, array and record types.Patrick Lehmann2021-06-231-1/+3
* Formatted pyunit tests via black.Patrick Lehmann2021-06-237-273/+297
* Handle shared variables.Patrick Lehmann2021-06-221-2/+23
* Renamed AllVHDLSources to Sanity.Patrick Lehmann2021-06-227-23/+213
* fix issues reported by Codacyumarcor2021-06-222-4/+3
* 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
* Minimal handling of types and subtypes.Patrick Lehmann2021-06-221-1/+1
* Start handling function calls.Patrick Lehmann2021-06-221-3/+3
* New testing file.Patrick Lehmann2021-06-221-2/+2
* 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-204-2/+177
|\
| * Simplified prettyprint, as pyVHDLModel has now builtin __str__ methods for ex...Patrick Lehmann2021-06-191-9/+30
| * Added handling of Parenthesis.Patrick Lehmann2021-06-191-2/+2
| * Testcase(s) for expressions.Patrick Lehmann2021-06-192-2/+52
| * Added testcase for integer literals.Patrick Lehmann2021-06-193-9/+105
| * Improvements to pyGHDL.dom.Patrick Lehmann2021-06-191-1/+1
| * pyGHDL: handle c_doubleumarcor2021-06-191-1/+1
| * Better aggregate handlingPatrick Lehmann2021-06-191-1/+1
| * First step towards aggregates.Patrick Lehmann2021-06-191-0/+8
* | testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.pyumarcor2021-06-192-31/+23
* | testsuite/pyunit: add AllVHDLSources.shumarcor2021-06-191-0/+31
|/
* Added handling of Floating Point.Patrick Lehmann2021-06-181-1/+2
* Reduced testcase.Patrick Lehmann2021-06-171-10/+1
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-173-5/+5
* lsp testsuite: improve substitution (for windows)Tristan Gingold2021-01-211-8/+13
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-201-1/+2
* testsuite/pyunit/lsp: Remove verbosity flagTristan Gingold2021-01-201-1/+1
* testsuite/pyunit/lsp: use absolute path and metavalue @ROOT@Tristan Gingold2021-01-1917-96/+131
* LanguageServer.py: print missing elements in case of errorsTristan Gingold2021-01-181-6/+8
* testsuite/pyunit/lsp/003errors: adjust testcaseTristan Gingold2021-01-172-96/+1
* testsuite/pyunit/lsp: check references and adjust themTristan Gingold2021-01-176-62/+132
* testsuite/pyunit/lsp: rename testTristan Gingold2021-01-174-9/+5
* pyunit/lsp: adjust testsTristan Gingold2021-01-1612-152/+64
* pyunit/lsp: fix and reenable some testsTristan Gingold2021-01-163-59/+35
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted u...Patrick Lehmann2021-01-101-1/+1
* Adding types and docstrings to libghdl.Patrick Lehmann2021-01-101-2/+2
* testuite/pyunit: call pyGHDL.cli.lsp instead of ghdl-lsumarcor2021-01-081-2/+2
* Marked failing tests with `@skip` for now.Patrick Lehmann2021-01-071-24/+31
* Added test module for LanguageServer tests containing 8 test groups 001..008 ...Patrick Lehmann2021-01-071-0/+199
* Added json files from https://github.com/ghdl/ghdl-language-server repository.Patrick Lehmann2021-01-0733-0/+3787
* Fixed parameter reference.Patrick Lehmann2021-01-051-1/+1
* Add a testcase for packages.Patrick Lehmann2021-01-011-1/+1
* Enable coverage collection in pytest.Patrick Lehmann2021-01-011-0/+31
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-312-1/+3
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-304-40/+7
* Rework initialization and finalization.Tristan Gingold2020-12-301-0/+1