aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp/LanguageServer.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-191-4/+39
|
* LanguageServer.py: print missing elements in case of errorsTristan Gingold2021-01-181-6/+8
|
* testsuite/pyunit/lsp: check references and adjust themTristan Gingold2021-01-171-1/+1
|
* testsuite/pyunit/lsp: rename testTristan Gingold2021-01-171-9/+5
|
* pyunit/lsp: fix and reenable some testsTristan Gingold2021-01-161-53/+29
|
* 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.