Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed parameter reference. | Patrick Lehmann | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | synth: add option to treat asserts as assumes and vice-versa | tmeissner | 2021-01-02 | 4 | -0/+114 |
| | |||||
* | testsuite/synth: add a test for #1563 | Tristan Gingold | 2021-01-01 | 8 | -0/+173 |
| | |||||
* | testsuite/synth: add a test for #1572 | Tristan Gingold | 2021-01-01 | 3 | -0/+35 |
| | |||||
* | coverage: run pyunit directly | umarcor | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | ci: add job 'Coverage' | umarcor | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Add a testcase for packages. | Patrick Lehmann | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Enable coverage collection in pytest. | Patrick Lehmann | 2021-01-01 | 2 | -1/+32 |
| | |||||
* | testsuite/gna: add more tests for #1549 | Tristan Gingold | 2020-12-31 | 3 | -16/+70 |
| | |||||
* | Added file headers and license texts. (#1564) | Patrick Lehmann | 2020-12-31 | 3 | -1/+15 |
| | |||||
* | Executing Python unit tests in Parallel Processes (#1558) | Patrick Lehmann | 2020-12-30 | 6 | -43/+11 |
| | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | testsuite/gna: add tests for #1549 | Tristan Gingold | 2020-12-29 | 7 | -0/+282 |
| | |||||
* | Limit to one test so CI is fine for now. | Patrick Lehmann | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Activated 'analyze_init_status' in Python code. | Patrick Lehmann | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | testsuite/pyunit: fix pyunit exec dir | umarcor | 2020-12-29 | 1 | -3/+2 |
| | |||||
* | testsuite/pyunit: use realpath | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | testsuite: rm pyunit/testsuite.sh | umarcor | 2020-12-29 | 2 | -72/+2 |
| | |||||
* | pyGHDL/libghdl: fix absolute imports | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | ci: install requirements in temporary containers | umarcor | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-29 | 1 | -2/+4 |
|\ | |||||
| * | testuite/pyunit: set PYTHONPATH | umarcor | 2020-12-29 | 1 | -0/+2 |
| | | |||||
| * | testuite: run pyunit from the root of the repo | umarcor | 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 | 2 | -5/+7 |
| | |||||
* | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 2 | -9/+67 |
|\ | |||||
| * | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 7 | -56/+82 |
| | | |||||
* | | Allow execution of tests within testsuite. | Patrick Lehmann | 2020-12-28 | 4 | -6/+14 |
| | | |||||
* | | Merge remote-tracking branch 'github-umarcor/py/GHDL' into paebbels/pyGHDL | Patrick Lehmann | 2020-12-28 | 2 | -56/+24 |
|\ \ | |||||
| * | | merge testsuite/python into testsuite/pyunit | umarcor | 2020-12-28 | 7 | -56/+81 |
| |/ | |||||
* | | Removed outdated files. | Patrick Lehmann | 2020-12-28 | 6 | -189/+21 |
| | | |||||
* | | Added a test for Architectures. | Patrick Lehmann | 2020-12-28 | 1 | -1/+7 |
| | | |||||
* | | Added testsuites so all Python unit tests can be run with a single command. | Patrick Lehmann | 2020-12-28 | 3 | -0/+32 |
|/ | |||||
* | Improved testcase ' SimpleEntity' for pyGHDL.dom. | Patrick Lehmann | 2020-12-28 | 2 | -8/+22 |
| | |||||
* | Renamed testcase to SimpleEntity. | Patrick Lehmann | 2020-12-28 | 2 | -0/+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 requirements for Python test. | Patrick Lehmann | 2020-12-28 | 2 | -0/+5 |
| | |||||
* | Added structure for unit tests for Python code. | Patrick Lehmann | 2020-12-27 | 2 | -0/+44 |
| | |||||
* | testsuite/python: adjust tests for previous commit. For #1551 | Tristan Gingold | 2020-12-26 | 2 | -3/+4 |
| | |||||
* | testsuite/python/units01: install error handler | Tristan Gingold | 2020-12-26 | 2 | -0/+7 |
| | |||||
* | testsuite/synth: add tests for #1540 | Tristan Gingold | 2020-12-20 | 3 | -0/+38 |
| | |||||
* | testsuite/synth: add tests for #1537 | Tristan Gingold | 2020-12-14 | 3 | -0/+37 |
| | |||||
* | testsuite/synth: adjust harness for #1534 | Tristan Gingold | 2020-12-13 | 1 | -1/+3 |
| | |||||
* | testsuite/synth: add a test for #1536 | Tristan Gingold | 2020-12-13 | 3 | -0/+39 |
| | |||||
* | testsuite/synth: more tests for #1534 | Tristan Gingold | 2020-12-13 | 3 | -0/+41 |
| | |||||
* | testsuite/synth: add test for #1534 | Tristan Gingold | 2020-12-13 | 2 | -0/+22 |
| | |||||
* | testsuite/synth: add a test for previous commit | Tristan Gingold | 2020-12-12 | 3 | -0/+85 |
| | |||||
* | testsuite/synth: add a test for previous commit | Tristan Gingold | 2020-12-12 | 5 | -0/+112 |
| | |||||
* | testsuite/gna: add a test for #1528 | Tristan Gingold | 2020-12-08 | 8 | -0/+226 |
| |