aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Activated 'analyze_init_status' in Python code.Patrick Lehmann2020-12-291-2/+2
* testsuite: rm pyunit/testsuite.shumarcor2020-12-291-59/+0
* pyGHDL/libghdl: fix absolute importsumarcor2020-12-291-1/+1
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-291-2/+4
|\
| * testuite/pyunit: set PYTHONPATHumarcor2020-12-291-0/+2
| * testuite: run pyunit from the root of the repoumarcor2020-12-291-2/+2
* | Fixed package names in pyGHDL.dom and Initialize test case.Patrick Lehmann2020-12-291-9/+6
|/
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-292-5/+7
* Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-281-0/+57
|\
| * merge testsuite/python into testsuite/pyunitumarcor2020-12-285-0/+246
* | Allow execution of tests within testsuite.Patrick Lehmann2020-12-284-6/+14
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDLPatrick Lehmann2020-12-281-53/+0
|\ \
| * | merge testsuite/python into testsuite/pyunitumarcor2020-12-285-0/+246
| |/
* | Removed outdated files.Patrick Lehmann2020-12-282-0/+74
* | 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-283-0/+32
|/
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-282-8/+22
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-282-0/+0
* Merge sub tests into one test due to test case ordering and possible parallel...Patrick Lehmann2020-12-282-25/+9
* Translatest `python/units01` test to a unit test in Python.Patrick Lehmann2020-12-282-8/+95
* Added requirements for Python test.Patrick Lehmann2020-12-281-0/+1
* Added structure for unit tests for Python code.Patrick Lehmann2020-12-272-0/+44