aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom
Commit message (Collapse)AuthorAgeFilesLines
...
* Executing Python unit tests in Parallel Processes (#1558)Patrick Lehmann2020-12-301-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)
* Made path to VHDL files relative to the testcase.Patrick Lehmann2020-12-291-4/+5
|
* Allow execution of tests within testsuite.Patrick Lehmann2020-12-281-1/+4
|
* 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-281-0/+10
|
* Improved testcase ' SimpleEntity' for pyGHDL.dom.Patrick Lehmann2020-12-281-7/+21
|
* Renamed testcase to SimpleEntity.Patrick Lehmann2020-12-281-0/+0
|
* Added requirements for Python test.Patrick Lehmann2020-12-281-0/+1
|
* Added structure for unit tests for Python code.Patrick Lehmann2020-12-271-0/+24