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

feat: mock interfaces #5

Merged
merged 6 commits into from
Nov 1, 2023
Merged

feat: mock interfaces #5

merged 6 commits into from
Nov 1, 2023

Conversation

dristpunk
Copy link
Contributor

@dristpunk dristpunk commented Oct 26, 2023

@dristpunk dristpunk marked this pull request as ready for review October 27, 2023 14:49
@gas1cent gas1cent merged commit e73d94e into dev Nov 1, 2023
@gas1cent gas1cent deleted the feat/mock-interfaces branch November 1, 2023 06:34
Copy link

linear bot commented Nov 2, 2023

BES-105 Mock interfaces

To replace calls like this:

IResponseModule public responseModule = IResponseModule(makeAddr('responseModule'));

We could create a MockResponseModule class that inherits the interface and defines all of its functions.

@gas1cent gas1cent added this to the v1.0.3 milestone Apr 7, 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.

2 participants