aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl
Commit message (Expand)AuthorAgeFilesLines
* Fixed path to SimpleEntity.Patrick Lehmann2022-12-231-1/+1
* Some f-string changes.Patrick Lehmann2022-12-231-5/+3
* Testing complex documentation examples (#2275)Patrick Lehmann2022-12-234-136/+133
* testsuite/pyunit/libghdl: adjust Complex, add Complex_MultilinesTristan Gingold2022-12-213-4/+143
* testsuite/pyunit/libghd: add process_2 testTristan Gingold2022-12-212-0/+15
* testsuite/pyunit/libghdl: add a test for package commentsTristan Gingold2022-12-212-0/+10
* testsuite/pyunit: check with source identifierTristan Gingold2022-12-202-5/+5
* testsuite/ypunit/libghdl: only use unittest decoratorsTristan Gingold2022-12-201-2/+1
* testsuite/pyunit/libghdl: add a test for commentsTristan Gingold2022-12-072-0/+13
* Enhanced SimpleEntity with code comments.Patrick Lehmann2022-12-061-4/+4
* Reorganized testcases.Patrick Lehmann2022-12-0651-191/+197
* testsuite/pyunit/libghdl: add ent_arch testTristan Gingold2022-12-042-0/+13
* Fixed usage of 'cls'.Patrick Lehmann2022-11-301-1/+1
* Converted string formatting to f-strings.Patrick Lehmann2022-11-302-2/+2
* testsuite/pyunit/libghdl: add tests for comments on the same lineTristan Gingold2022-11-273-0/+19
* testsuite/pyunit/libghdl: add tests for line commentsTristan Gingold2022-11-274-1/+27
* testsuite/pyunit/libghdl: remove work-arounds in the testsTristan Gingold2022-11-2717-33/+22
* testsuite/pyunit/libghdl: add tests for process commentsTristan Gingold2022-11-233-0/+28
* testsuite/pyunit/libghdl: add tests for comments in functionsTristan Gingold2022-11-225-1/+50
* testsuite/pyunit/libghdl: add tests for enumsTristan Gingold2022-11-226-0/+57
* testsuite/pyunit/libghdl: add more tests for comments gatheringTristan Gingold2022-11-2215-16/+204
* testsuite/pyunit: add more tests for commentsTristan Gingold2022-11-2116-25/+311
* vhdl-parse: handle inside commentsTristan Gingold2022-11-211-0/+14
* testsuite/pyunit: add Comments.py testTristan Gingold2022-11-202-0/+79
* Formatted pyunit tests via black.Patrick Lehmann2021-06-231-56/+66
* fix issues reported by Codacyumarcor2021-06-221-2/+2
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-1/+1
* 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
* Fixed parameter reference.Patrick Lehmann2021-01-051-1/+1
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-301-13/+0
* Rework initialization and finalization.Tristan Gingold2020-12-301-0/+1
* Activated 'analyze_init_status' in Python code.Patrick Lehmann2020-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-291-1/+2
* Allow execution of tests within testsuite.Patrick Lehmann2020-12-282-3/+6
* 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-1/+1
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-281-27/+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 structure for unit tests for Python code.Patrick Lehmann2020-12-271-0/+20