Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatted pyunit tests via black. | Patrick Lehmann | 2021-06-23 | 1 | -56/+66 |
| | |||||
* | fix issues reported by Codacy | umarcor | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵ | Patrick Lehmann | 2021-01-10 | 1 | -1/+1 |
| | | | | utf-8 encoding/decoding. | ||||
* | Adding types and docstrings to libghdl. | Patrick Lehmann | 2021-01-10 | 1 | -2/+2 |
| | |||||
* | Fixed parameter reference. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 1 | -13/+0 |
| | | | | | | | | | | | | | | | | | | | | | * Prepare pyunit tests for parallel and independent execution with pytest/pytest-forked. * Added forked pytest test executions. * Added a pytest ini-file * Corrected pytest settings. * Adjusting PYTHONPATH. * Reverted changes required for pytest without modified file search patterns. (cherry picked from commit 0207b11cfef029f2ed765df3ad983ef47cc0838b) * Run pyunit tests without '--forked'. * Deactivate black. (cherry picked from commit d6b68588d4de26bf94181ea726be969cd09aadf0) | ||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 1 | -0/+1 |
| | | | | libghdl can now be re-initialized. | ||||
* | Activated 'analyze_init_status' in Python code. | Patrick Lehmann | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Patrick Lehmann | 2020-12-28 | 2 | -25/+9 |
| | | | | parallel execution. | ||||
* | 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 |