Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed package names in pyGHDL.dom and Initialize test case. | Patrick Lehmann | 2020-12-29 | 1 | -9/+6 |
* | Made path to VHDL files relative to the testcase. | Patrick Lehmann | 2020-12-29 | 1 | -1/+2 |
* | Allow execution of tests within testsuite. | Patrick Lehmann | 2020-12-28 | 2 | -3/+6 |
* | Added testsuites so all Python unit tests can be run with a single command. | Patrick Lehmann | 2020-12-28 | 1 | -0/+10 |
* | Improved testcase ' SimpleEntity' for pyGHDL.dom. | Patrick Lehmann | 2020-12-28 | 1 | -1/+1 |
* | Renamed testcase to SimpleEntity. | Patrick Lehmann | 2020-12-28 | 1 | -27/+0 |
* | Merge sub tests into one test due to test case ordering and possible parallel... | Patrick Lehmann | 2020-12-28 | 2 | -25/+9 |
* | Translatest `python/units01` test to a unit test in Python. | Patrick Lehmann | 2020-12-28 | 2 | -8/+95 |
* | Added structure for unit tests for Python code. | Patrick Lehmann | 2020-12-27 | 1 | -0/+20 |