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

Make a stub subsystem #12

Closed
jeblad opened this issue Jan 1, 2019 · 1 comment
Closed

Make a stub subsystem #12

jeblad opened this issue Jan 1, 2019 · 1 comment

Comments

@jeblad
Copy link
Owner

jeblad commented Jan 1, 2019

Stubs are functions that can be injected on top of other functions that otherwise would be called.

It is not always possible to override a method, in particular it is difficult (and can be impossible) if __index is a function.

(This issue is the previous task T145290)

Has implications for #23 and #47.

@jeblad
Copy link
Owner Author

jeblad commented Jun 7, 2019

Done. Mocks will use same code.

@jeblad jeblad closed this as completed Jun 7, 2019
Clean up Pickle extension automation moved this from To Do to Done Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant