Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using AdapterBase in MethodMock #16

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

piotro888
Copy link
Member

Reopened rebased #7


I accidentally found new use for @def_method_mock (?), because it worked on older Transactron in other project.

It is nice to use (and more intuitive than in testbench example use) for proving input / collecting output of input-only and output-only Methods in modules, instead of writing call loops, and can be used directly for driving SimpleTestCircuit generated TestbenchIOs.

@tilk
Copy link
Member

tilk commented Nov 25, 2024

The example test feels kind of weird. The most troubling thing is the active process: if forgotten, the test will be passing without testing anything.

@tilk tilk merged commit 82aceee into kuznia-rdzeni:master Nov 26, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants