aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/pyunit/lsp: add a test for removing diags on closeTristan Gingold2022-06-264-0/+567
|
* testsuite/pyunit/lsp: adjust READMETristan Gingold2022-06-261-2/+2
|
* testsuite/pyunit/lsp: add a test for ghdl/ghdl-language-server#28Tristan Gingold2022-06-266-0/+714
|
* Add a readme in testsuite/pyunit/lspTristan Gingold2022-06-251-0/+45
|
* testsuite/pyunit: add a test for ghdl/ghdl-language-server#122Tristan Gingold2022-06-253-0/+610
|
* testsuite/pyunit/lsp/LanguageServer: fix pastoumarcor2021-09-231-10/+2
|
* testsuite/pyunit/lsp: xfail Test004 on non MSYS2 Windowsumarcor2021-07-181-2/+9
|
* testsuite/pyunit/lsp/LanguageServer.py: do not quote anymore uri.Tristan Gingold2021-07-071-5/+1
| | | | | The ':' after the driver letter must not be quoted on Windows. And there are no special characters (yet) in the filenames of the tests.
* pyunit/lsp/LanguageServer.py: adjust error messageTristan Gingold2021-07-071-2/+2
|
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-231-153/+162
|
* fix issues reported by Codacyumarcor2021-06-221-2/+1
|
* lsp testsuite: improve substitution (for windows)Tristan Gingold2021-01-211-8/+13
| | | | URI and paths need to be substitued differently
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-201-1/+2
| | | | URI on windows have the colon character (':') quoted.
* 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
|
* 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
| | | | and 10 tests.
* Added json files from https://github.com/ghdl/ghdl-language-server repository.Patrick Lehmann2021-01-0733-0/+3787