index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
pyunit
/
libghdl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Testing complex documentation examples (#2275)
Patrick Lehmann
2022-12-23
4
-136
/
+133
*
testsuite/pyunit/libghdl: adjust Complex, add Complex_Multilines
Tristan Gingold
2022-12-21
3
-4
/
+143
*
testsuite/pyunit/libghd: add process_2 test
Tristan Gingold
2022-12-21
2
-0
/
+15
*
testsuite/pyunit/libghdl: add a test for package comments
Tristan Gingold
2022-12-21
2
-0
/
+10
*
testsuite/pyunit: check with source identifier
Tristan Gingold
2022-12-20
2
-5
/
+5
*
testsuite/ypunit/libghdl: only use unittest decorators
Tristan Gingold
2022-12-20
1
-2
/
+1
*
testsuite/pyunit/libghdl: add a test for comments
Tristan Gingold
2022-12-07
2
-0
/
+13
*
Enhanced SimpleEntity with code comments.
Patrick Lehmann
2022-12-06
1
-4
/
+4
*
Reorganized testcases.
Patrick Lehmann
2022-12-06
51
-191
/
+197
*
testsuite/pyunit/libghdl: add ent_arch test
Tristan Gingold
2022-12-04
2
-0
/
+13
*
Fixed usage of 'cls'.
Patrick Lehmann
2022-11-30
1
-1
/
+1
*
Converted string formatting to f-strings.
Patrick Lehmann
2022-11-30
2
-2
/
+2
*
testsuite/pyunit/libghdl: add tests for comments on the same line
Tristan Gingold
2022-11-27
3
-0
/
+19
*
testsuite/pyunit/libghdl: add tests for line comments
Tristan Gingold
2022-11-27
4
-1
/
+27
*
testsuite/pyunit/libghdl: remove work-arounds in the tests
Tristan Gingold
2022-11-27
17
-33
/
+22
*
testsuite/pyunit/libghdl: add tests for process comments
Tristan Gingold
2022-11-23
3
-0
/
+28
*
testsuite/pyunit/libghdl: add tests for comments in functions
Tristan Gingold
2022-11-22
5
-1
/
+50
*
testsuite/pyunit/libghdl: add tests for enums
Tristan Gingold
2022-11-22
6
-0
/
+57
*
testsuite/pyunit/libghdl: add more tests for comments gathering
Tristan Gingold
2022-11-22
15
-16
/
+204
*
testsuite/pyunit: add more tests for comments
Tristan Gingold
2022-11-21
16
-25
/
+311
*
vhdl-parse: handle inside comments
Tristan Gingold
2022-11-21
1
-0
/
+14
*
testsuite/pyunit: add Comments.py test
Tristan Gingold
2022-11-20
2
-0
/
+79
*
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 u...
Patrick Lehmann
2021-01-10
1
-1
/
+1
*
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
*
Rework initialization and finalization.
Tristan Gingold
2020-12-30
1
-0
/
+1
*
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 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