aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/Initialize.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed path to SimpleEntity.Patrick Lehmann2022-12-231-1/+1
* Some f-string changes.Patrick Lehmann2022-12-231-5/+3
* Enhanced SimpleEntity with code comments.Patrick Lehmann2022-12-061-4/+4
* 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
* 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-281-2/+2
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-281-1/+1
* Merge sub tests into one test due to test case ordering and possible parallel...Patrick Lehmann2020-12-281-24/+7
* Translatest `python/units01` test to a unit test in Python.Patrick Lehmann2020-12-281-8/+69
* Added structure for unit tests for Python code.Patrick Lehmann2020-12-271-0/+20