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

meck:app #16

Closed
garazdawi opened this issue Jun 8, 2010 · 3 comments
Closed

meck:app #16

garazdawi opened this issue Jun 8, 2010 · 3 comments

Comments

@garazdawi
Copy link

This is a feature request for an new function which mocks an application so that you don't have to start all application dependencies when testing an application. i.e.

meck:app(stdlib).
ok = application:start(ssl).

@horkhe
Copy link
Contributor

horkhe commented Oct 23, 2012

It seems like to much to ask from a mocking framework that works on the module level.

@eproxus
Copy link
Owner

eproxus commented Oct 23, 2012

This feature is nice, because if you want to mock certain modules in an app, your app might still depend on that app being started, so this is something I'd like to see. It should be fairly easy to implement as well (just respond with a pid, most likely a temp Meck process, for the application callback module).

@eproxus eproxus modified the milestones: 1.0, 2.0+ Nov 21, 2016
@eproxus
Copy link
Owner

eproxus commented Nov 21, 2016

Closing and documenting in the wiki instead: https://github.com/eproxus/meck/wiki#feature-ideas

Please comment here if you have information or requests to add, and/or want to discuss a PR or possible implementation proposal.

@eproxus eproxus closed this as completed Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants